• Resolved ivekfly

    (@ivekfly)


    Hi folks, i have an issue, well two to be exact, im using Redesign theme on https://www.ares-design.eu and i cant seem to change the color (into orange) or the aligement of navigation tabs for my pages to the center… Can anyone help out? tried editing the code (bare in mind a newb talking) tried simple custom CSS but nothing sofar…

    Best regards

Viewing 6 replies - 1 through 6 (of 6 total)
  • This will center nav:

    .nav ul {
    list-style: none;
    max-width: 715px !important;
    margin: 0 auto !important;
    }

    What do you want to make Orange? The text? the background?

    Thread Starter ivekfly

    (@ivekfly)

    Centering works like a charm ??
    background of tabs, the whole menu would be great if i could paint in some kind of very light orange
    edit: is it possible to make the navigational menu oval instead of default round (if so id like to make only upper corners oval)

    • This reply was modified 8 years, 2 months ago by ivekfly.
    • This reply was modified 8 years, 2 months ago by ivekfly.
    Thread Starter ivekfly

    (@ivekfly)

    bump i guess

    for background color orange:

    #primmenu {
    width: 100%;
    display: block;
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
    background-image: url(img/btbg20.png);
    align: center;
    -webkit-border-top-left-radius: 9px;
    -webkit-border-top-right-radius: 9px;
    -moz-border-radius-topleft: 9px;
    -moz-border-radius-topright: 9px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    background-color: orange;
    }

    For links orange:

    .nav a {
    display: block;
    padding: 5px 20px;
    text-decoration: none;
    font-weight: bold;
    color: orange;
    }

    Try this plugin:

    https://www.ads-software.com/plugins/menu-buttons/

    Or search for other plugins

    All the best!!

    Thread Starter ivekfly

    (@ivekfly)

    Tnx works like a charm, resolved ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Can’t change menu color using Custom CSS feature’ is closed to new replies.