Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • archaggelos Friend
    #1035418

    Hello team,

    is it possible to have both text and image in my logo? If yes how can do this?

    Also let me know about the default fonts your are using on JA Social template.

    Thank you and best regards

    Pankaj Sharma Moderator
    #1035522

    Hi
    Add below code in custom.css file to show the slogan under the logo

    .logo-image span, .logo-image small {
        display: block!important;
    }

    The default font is

        font-family: 'Questrial',sans-serif;

    Regards

    archaggelos Friend
    #1035580

    Thank you Pankaj,

    i didnt find custom.css file. I was looking into templates/ja-social-ii/css but nothing found. Should I create that file?

    Thank you once more

    Pankaj Sharma Moderator
    #1035601

    Hi
    Yes create custom.css file in templates/ja-social-ii/css
    Regards

    archaggelos Friend
    #1037693

    Hi Pankaj,

    i did what you said, i created a new file custom.css into templates/ja-social-ii/css and I copied the code

    .logo-image span, .logo-image small {
    display: block!important;
    }

    into it. Should I do something else in the back-end? In the Extensions->Templates->Styles I have the settings of my template ->Theme where i have selected the logo type i need (image or text).

    Although I did the changes you provided to me nothing happened. I just inform you that logo type was "image" in the time of testing.

    Is there someting i’ ve missed? Advise as well

    Thank you

    Pankaj Sharma Moderator
    #1037702

    Hi
    replace the older code with this code

    .logo-image span, .logo-image small {
        display: block!important;
        color: #fff;
    }

    the code is working on the site but not showing because of the text colour.
    Now it will be in the white color http://prntscr.com/fdb0yr

    Regards

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 5 replies, has 2 voices, and was last updated by  Pankaj Sharma 6 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum