Viewing 5 replies - 1 through 5 (of 5 total)
  • You need to post a link to your site so that someone can look at the active CSS code. Or use Firebug to identify which CSS to change.

    Thread Starter gracianotorrao

    (@gracianotorrao)

    This is the link: https://esdas.pt/portal/

    Does this have something to do with the wp_nav_menu ?!

    Thread Starter gracianotorrao

    (@gracianotorrao)

    Some progress … https://esdas.pt/portal/

    I changed:
    height: 20px; line-height: 20px;
    for
    height: 20px; line-height: 20px;
    in this line:
    #ddnav a { display:block; text-decoration:none; border-right: 1px #000 solid;border-left: 1px #000 solid;border-top:1px #000 solid;color: #101010; background: url(images/bot-bg.gif) repeat-x;text-transform:uppercase;text-shadow:1px 1px 1px #FFFFFF; height: 20px; line-height: 20px; margin-right: 3px; text-decoration: none; vertical-align: middle; padding: 0 10px; }

    Now i need to move the menu 20px down …grrr

    I think this is what you want to do?
    line 75 of style.css

    Add the ” margin-top: 21px; “

    #ddnav, #ddnav ul {
        border-bottom: 0 solid #000000;
        float: left;
        line-height: 10px;
        list-style: none outside none;
        margin-top: 21px;
        padding: 0;
        width: 100%;
    }

    But you really should be using a child theme to make changes…

    Thread Starter gracianotorrao

    (@gracianotorrao)

    Thanks
    I started with a child theme … but then how can i change messages like “Continue reading …” to Portuguese?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change menu in the "Blue Taste WP Theme"’ is closed to new replies.