Tagged: , ,

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #26899

    I have a green header and menu background with white text, but the text is barely visible, unless hovered or selected. Same for the subheads in the footer. Is this due to opacity?

    #132029

    Hi,

    Can you give us a link to the website?

    Regards,

    Ismael

    #132030

    http://aarcs.biz/

    You need this to see the site:

    Username: test

    Password: 4wUJWhnTsL6ZMh

    #132031

    Hi,

    Please add this on your custom.css or Quick CSS

    .header_color .main_menu ul:first-child > li > a {
    color: white;
    }

    .header_color .main_menu .menu ul li a {
    color: white;
    }

    Regards,

    Ismael

    #132032

    Great thanks! That worked for the menu. Now could you help me do the same for the footer subheads? Also I would like to bump my footer content down, so I guess add padding to the inside top of the footer?

    #132033

    I figured out the footer

    #footer {

    padding-top: 50px;

    but still not the footer subhead color

    #132034

    Also I can’t get the current menu item to be white

    #132035

    Hi,

    Footer widget title:

    #footer .widgettitle {
    color: white;
    }

    Current Menu item color:

    #top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a {
    color: white;
    }

    Regards,

    Ismael

    #132036

    great! thank you!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘menu text opacity’ is closed to new replies.