• Resolved alex381

    (@alex381)


    Hello, I need to change colors of static and hover menu items from red to one that matches logo colors. There is no option in theme settings.

    There are some codes in previous posts, but they are not complete change of red color, just for some items.

    Thank you in advance.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @alex381,

    You are using the pro version of theme. To get support for pro version you need to create ticket under the below listed url-

    https://www.thinkupthemes.com/support/

    For better understanding please refer the screenshot-

    OnPaste.20190520-175501

    We will help you there.

    Kind regards,

    Manoj

    Thread Starter alex381

    (@alex381)

    Thank you for your response. I have found solution in one of your videos and I will share it here.

    To change colors in menu items, hover and links, scroll down to Theme options, click on Custom Styling and in Custom Color Scheme select check-box. Choose color, save changes and it will change theme color from default red to any other you need.

    Hello @alex381,

    The video you watched that belongs to alante pro. There is quiet a lot difference between alante and alante pro architecture.

    Kind regards,

    Manoj

    i have the same issue. please guide me.
    send me the code

    Do you mean the menue in the sidebar?

    If yes, place the folowing css code in your style.css (will be replaced with a theme update) or under “Appearance / Customize / Additional CSS”
    If no, you need to change the .widget and maybe the .cat-item part. The principle is the same… define the hover color and also the default color to reset the hover color.

    /* Defines the default color - Must have otherwise if you hover over a parent element, the child element will change, too.  */
    
    .cat-item {
    color: #686868;
    }
    .children .cat-item {
    color: #686868;
    }
    
    /* Defines the hover color */
    
    .widget li a:hover { 
    	color: #42adea;
    }
    • This reply was modified 5 years, 3 months ago by hatschiii.
    • This reply was modified 5 years, 3 months ago by hatschiii.
    • This reply was modified 5 years, 3 months ago by hatschiii.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Menu and Hoover colors’ is closed to new replies.