Home Forums Pro Themes Education Hub Pro Color Changing Problems

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

    Hi,

    I am having trouble changing the color of the accent lines on the homepage from orange to green. I also what to change the color of the mobile site menu functions. Is there a way you do that? My site isn’t live yet so I can give you the url, but the (its the tiny orange vertical accent line marking the header for each section on the homepage.

    #42095
    wensolutions
    Keymaster

    Hello @cccs-of-savannah,

    Actually we are having trouble in finding the section that you want to change the color . So please send us the screen shot of the section you are referring to .

    To change the color of the mobile site menu go to Admin Panel > Appearance > Customize > Color Options > Primary Menu Color Options . Here you can find different options to change the color of menu section.

    Hope this helps.

    Best Regards!!

    #42151
    CCCS of Savannah
    Participant

    It’s the orange line next to “Our Services” https://imgur.com/a/29ibW. Also the orange the button next to the extended black grayish menu. The button appears when the internet window is viewed from a mobile phone. https://imgur.com/a/eFzoC

    #42187
    wensolutions
    Keymaster

    Hello @cccs-of-savannah,

    The issue you have posted is of the university hub pro and you have posted the issue in Education Hub Pro support forum .

    SO we would like to request you to post your issue under the respective theme so that it would be easier for us to track down the issue and provide the solutions .

    Now to change the color of the vertical line next to the service section and change the color of the menu background in responsive view use below given CSS in the location Admin Panel > Appearance > Customize > Additional CSS .

    #front-page-home-sections .section-title {
        border-left: 4px solid #2aff00;
    }
    
    @media only screen and (max-width: 1000px){
        #mobile-trigger i {
          background-color: #003aff;
        }
    }

    Hope this helps.

    If you have any issue further, please let us know.

    Best Regards!!

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