Home Forums Pro Themes Clean Commerce Pro Clean Commerce Pro menu, color options for submenu

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #107712
    Kurt Schumacher
    Participant

    There are a lot of settings for the top level menu in the Primary Menu Color Options, but the only settings for submenu items is ‘Submenu Background Hover Color’. There are no settings for Background Color, Link Color, or Link Hover Color. These need to be added to the options.

    In the meantime, can you provide CSS that I can add to my site to change those settings?

    #107737
    wensolutions
    Keymaster

    Hello,

    The color options for submenu that you have mentioned is currently not available in theme but, we can help you by providing custom CSS so, can you provide us with your site URL so that we can provide you CSS for those settings?

    Thank you.

    #107780
    Kurt Schumacher
    Participant

    Thanks, the URL is: https://www.beyondpiercing.com

    #107806
    wensolutions
    Keymaster

    Hello,

    Please add following given CSS in Additional CSS section to add colors in submenu by going to Admin Panel > Appearance > Customize > Additional CSS

    .main-navigation ul ul{
     background-color: #dddddd;
    }
    
    .main-navigation ul ul a{
     color: #001837;
    }
    
    .main-navigation ul ul a:hover{
     color: #0400ff;
    }

    You can replace color code with your desired color code.

    Hope this helps.

    Thank you.

    #107837
    Kurt Schumacher
    Participant

    The background color setting works, but the link settings don’t change anything. I changed the CSS to this, but the text color didn’t change.

    .main-navigation ul ul{
    background-color: #dddddd;
    }
     
    .main-navigation ul ul a{
    color: #800020;
    }
     
    .main-navigation ul ul a:hover{
    color: #800020;
    }

    #107867
    wensolutions
    Keymaster

    Hello,

    Can you please add important in the CSS code for link color and link hover color as below:

    .main-navigation ul ul a{
    color: #800020 !important;
    }
     
    .main-navigation ul ul a:hover{
    color: #800020 !important;
    }

    Hope this helps.

    Thank you.

    #107875
    Kurt Schumacher
    Participant

    I’m afraid that didn’t help, the text color still doesn’t change.

    #107894
    wensolutions
    Keymaster

    Hello,

    Please provide the screenshot of the section where you have added the CSS.

    The CSS is working fine on our side.

    Thank you.

    #107916
    Kurt Schumacher
    Participant

    Menu CSS

    If you email me at greymastersales@gmail.com I’ll set up an admin account so that you can edit the CSS directly on the site.

    #107945
    wensolutions
    Keymaster

    Hello,

    Can you please provide your admin login detail in the email given below so that we can add CSS for you?

    email: wensoloution@gmail.com

    Thank you.

    #108048
    Kurt Schumacher
    Participant

    I just got back from a weekend conference. I sent the login information to the address above and it bounced:

    “550 5.1.1 The email account that you tried to reach does not exist. Please try double-checking the recipient’s email address for typos or unnecessary spaces.”

    #108054
    wensolutions
    Keymaster

    Hello,

    We apologize for inconvenience.

    Can you please send admin login detail in below given email again?

    email: wensolution@gmail.com

    Thank you.

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.