Home Forums Free Themes Academic Change yellow line under Header

Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #97939
    jay_jg
    Participant

    How do you change the small line colour under the H headers? I have looked through style.css but cant find it, thanks

    #97942
    wensolutions
    Keymaster

    Hello,

    Please add the below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS

    .main-navigation .current-menu-item > a {
        border-bottom: 2px solid #f00 !important;
    }

    Hope this helps.

    For any further query/confusion, feel free to reach back to us.

    Regards!

    #97944
    jay_jg
    Participant

    Hi, I have added it but it didn’t work. I was hoping to change the line on the headers of each page

    #98090
    wensolutions
    Keymaster

    Hello @jay_jg,

    Can you please provide your site URL so that we can provide a precise fix on this?

    Hoping to hear from you soon.

    Thank you.

    #98104
    jay_jg
    Participant

    Hello,

    The URL is http://www.jayg.co.uk/vk

    If you look under Home you can see a yellow line, I would like that black please

    thanks

    #98108
    wensolutions
    Keymaster

    Hello @jay_jg,

    Please replace above given CSS with the CSS given below:

    .content-area .entry-title:after {
        background-color: #000;
       
    }

    Hope this helps.

    Thank you.

    #98109
    jay_jg
    Participant

    Perfect many thanks 🙂

    #98120
    wensolutions
    Keymaster

    Hello @jay_jg,

    Glad we could help you.

    If you have any issues further, kindly let us know.

    Regards!!

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