• Primary Menu background is black, hover is white and drop down menu is also white, need to change drop down to grey. Also Home permanently stays white, even when other Nav links are actioned. Sorry still a newby to WordPress. Any assistance appreciated.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • @janiannirac1ng: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .clean-journal-nav-menu .sub-menu a {
    	background:grey;
    }
    .clean-journal-nav-menu .current-menu-item > a, .clean-journal-nav-menu .current-menu-ancestor > a, .clean-journal-nav-menu .current_page_item > a, .clean-journal-nav-menu .current_page_ancestor > a {
    	background:#222 !important;
    	color:#fff !important;
    }

    Let me know if this works out!

    Also for swift replies, post your issues and queries on our official theme support forum please post in our free forum at https://catchthemes.com/support-forum/

    Kind Regards,
    Skandha

    Thread Starter janiannirac1ng

    (@janiannirac1ng)

    Hi Skandha, tried the above code, wouldn’t accept (X) at .clean-journal.

    @janiannirac1ng: Isn’t the above CSS Code working.
    It seems to be working at my end.

    Please update me on this.

    Also for swift replies, post your issues and queries on our official theme support forum please post in our free forum at https://catchthemes.com/support-forum/

    Kind Regards,
    Skandha

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change background colour for sub menu’ is closed to new replies.