Home Forums Free Themes Education Hub How to change site-title color

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #36883
    Fonari
    Participant

    Hello guys,

    i wanna change ONLY site-title color but when i changed in style.css line 547 every links changed. I managed with “block-meta a” and with “a button” but i dont know how to change only title. I didnt find connections in .php files. I will be grateful if u can help me.

    #36908
    Fonari
    Participant

    And another one question. How can i do full-width banner on top. On high-resolution screen, banner on top have white stripes. Banner have 1420x180px.

    #36934
    wensolutions
    Keymaster

    Hello @fonari,

    The feature of changing the color of site title as well as other various sections/parts is available in the pro version. With the pro version you can enjoy wide range of color option for different section . To know more about the pro version you can refer to below link:

    http://themepalace.com/downloads/education-hub-pro/

    Now to change the color of the site title only use below given CSS.

    For this go Admin Panel > Appearance > customize > Additional CSS and paste below given CSS.

    p.site-title a {
        color: #000;
    }

    Also to make the header image full width in the higher resolution use below given CSS in the location mentioned above.

    header#masthead {
        background-size: cover;
    }

    Hope this helps.

    If you have any query further, feel free to post them

    Best Regards!!

    #36960
    Fonari
    Participant

    love u guys. Thanks

    #36982
    wensolutions
    Keymaster

    Hello @fonari,

    Glad we could help you !!

    If you have any issues further, please feel free to post your queries and we will happily help you further.

    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-

    https://wordpress.org/support/theme/education-hub/reviews/

    Best regards !!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.