• I reviewed other posts to figure out how to change the main menu color and the hover color. Is there a way to change the other orange icons and sidebar menu arrows to a different color as well?

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter sbada

    (@sbada)

    also the orange bar right above the footer

    .main-navigation ul li a {
        color: #d3ced2;
    }
    .main-navigation li a:hover, .main-navigation li.current-menu-item > a, .main-navigation li.current_page_item > a, .main-navigation li:hover > a {
        background: #fea;
        color: #68c9e8;
    }
    #footer-widgets {
        border-top: 5px solid #add;
    }
    .widget-area ul li::before {
        color: #add;
    }

    Let us know if you need help with anything else!

    Thread Starter sbada

    (@sbada)

    thanks! if its not a problem. what about for the primary and secondary sidebars for the page. The blue is still fine i just want to change the orange accent on the side.

    Hello @sbada,

    Please use below CSS to change the orange border on the side.

    #sidebar-primary .widget-title, #sidebar-secondary .widget-title {
        border-left: 0 solid #294a70;
    }

    Hope this helps.

    Also If you want more dedicated and swift support on the theme, please visit the theme’s official support forum where the theme’s official support team are stand by to answer each and every one of your questions.

    https://themepalace.com/forum/education-hub/

    Best regards.

    Have a good day.

    Add the following custom CSS to customize-> Additional CSS

    #sidebar-primary .widget-title, #sidebar-secondary .widget-title {
       border-left: 5px solid #fea;
    }

    Hope it helps and let me know if you require any further assistance.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘icon color and sidebar’ is closed to new replies.