Home Forums Pro Themes University Hub Pro Changing Color of Accent Lines

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #44342
    CCCS of Savannah
    Participant

    Hi,

    We finally have a live site and I was wondering if there was a way to change the accent line on the first section of the page from orange to another color. All the previous fixes haven’t worked for the “Our Services” section for some reason.

    I was also wondering if it was possible to change the color of the just the word “donate” in the main menu.

    Link to the site: http://www.cccssavannah.org/

    #44412
    wensolutions
    Keymaster

    Hello @cccs-of-savannah,

    To change the color of the vertical line in the widget section use below given CSS.

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

    #university-hub-front-page-widgets .widget-title {
        border-left: 4px solid #365899;     
    }

    Also to change the color of the Donate button at the top menu use below given CSS in Additional CSS.

    #top-nav ul li:nth-of-type(3) a {
        color: #e61123;
        font-weight: 600;
    }

    Also, it will only work if you don’t add any menu item in top menu section . If you have to add the menu items here then please write back to us .

    Hope this helps.

    Best Regards!!

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