MAIN MENU

Discussion in 'RoadFighter WordPress Theme' started by playerisima, Mar 9, 2016.

  1. playerisima

    playerisima New Member

    Joined:
    Apr 25, 2013
    Messages:
    19
    Likes Received:
    1
    Hello, I would like to change the color and font of some tabs in the main menu.
    I also want to put the last tab with more separation.
    I could help with this?

    THANK & REGARDS
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Could you please provide us 'URL' of your site along with some edited screenshot so that we can better assist you?

    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. playerisima

    playerisima New Member

    Joined:
    Apr 25, 2013
    Messages:
    19
    Likes Received:
    1
    Ok,
    www.dormirapiedeplaya.com
    I would like in the main menu which you could see as I show below. I mean, this more individually and in another font and color

    DESTINO ISLAS PREFERENCIAS DESTINOS DELUXE
     
  4. priya

    priya Guest

    Hello,

    As I guess, perhaps you are interested in changing the color of menu items individually...

    So, if I am not wrong with your requirement, please paste the code given below in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    li#menu-item-4497 a {
        color: aqua !important;
        font-family: cursive;
    }
    li#menu-item-1483 a {
        color: red !important;
        font-family: cursive;
    }
    li#menu-item-3756 a {
        color: black !important;
        font-family: cursive;
    }
    
    Note: Change color and font as per your interest...

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. playerisima

    playerisima New Member

    Joined:
    Apr 25, 2013
    Messages:
    19
    Likes Received:
    1
    Thank you very much,
    But what I want is to add a concept more separate main menu.

    as you can see below

    destinos (space) islas (space) preferencias (space)(space)(space)(space)(space)(space)(space)(space)(space) VUELOS
     
  6. priya

    priya Guest

    Hello,

    Code is given below for that..
    Code:
    #menu .ddsmoothmenu li {
        padding-left: 50px;
    }
    Change the numeric value as per the requirement..

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page