Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #127230
    Debbie
    Participant

    I have Clean Business Pro installed, and I am very pleased with it, but there are a couple of tweaks still needed …

    I’ve updated the colors available in Customize > Color Options, and there are *no* reds left. However, there are still some reds lingering on my website. In particular, the active and hover header menu links, the active and hover slider navigation buttons (the dots on the featured slider), and the loading indicator (visible, for example, when you navigate to another page).

    https://whythereyouare.com/

    #127273
    tikaram
    Keymaster

    @violetdeb : Go to Appearance => Customize => Additional css and add the following css.

    #mainnav ul li a:hover, #mainnav ul li a:focus {
    	color:#fff;
    }
    #mainnav ul li ul::after {
    	background-color:#fff;
    	}
    .slides-pagination a:hover, 
    .slides-pagination a.current {
    	background-color: #fff;
    	color:#fff;
    }
    .preloader .pre-bounce1,
    .preloader .pre-bounce2 {
        background-color: #fff;
    }
    #mainnav .current_page_item > a,
    #mainnav .current_page_ancestor > a,
    #mainnav .current-menu-item > a,
    #mainnav .current-menu-ancestor > a {
    	color: #fff;
    }

    I have modified the css to change the red color to white. Please replace the white color code (#fff) to a desired color if you would like to get a different color.

    Regards,
    Tikaram

    #127285
    Debbie
    Participant

    Perfect! Thank you. 🙂

    #127346
    tikaram
    Keymaster

    @violetdeb : Glad to know the issues has been resolved. Let me know if you have any further issues.

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove lingering red color from header menu, slider nav, loading indicator’ is closed to new replies.