• Hello,
    On my hiero theme website, I have changed the main colour from red to green,
    however, some words are still showing as red on all of the pages when they should be green.

    Also when I hover over my drop down menu, for example, the member profile menu tab, the text is pink and it should be white.
    Also there are red lines separating the green boxes, which should be green.

    Can you please

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

Viewing 1 replies (of 1 total)
  • Hello,

    some words are still showing as red on all of the pages when they should be green

    It looks like you have some inline CSS styles within your posts content, so please try to remove them. Here is an example:

    <span style="color: #ff0000;"><strong>*IMPORTANT ANNOUNCEMENT*</strong></span>

    Also when I hover over my drop down menu, for example, the member profile menu tab, the text is pink and it should be white.

    Also there are red lines separating the green boxes, which should be green.

    You can try to add this CSS code in the Customize → Additional CSS section in order to change those colors:

    #main-navigation li li a {
        color: #fff;
    }
    
    #main-navigation li li {
        border-color: green;
    }

    Kind Regards, Roman.

Viewing 1 replies (of 1 total)
  • The topic ‘Drop down menu text colour and line colour’ is closed to new replies.