mobile menu blue text change clour

Posted in: Newspaper
Post count: 20

hello can not change the color I specified in the picture

mobile menü

thankyou..

Post count: 1043

You can change the colour in the theme panel here http://prntscr.com/lp2ibk where it says text/icon colour. Remember to save your settings after the change.

Post count: 20

Hi epic
the color that I have specified in the frame was not
blue gradient ewn does not change
x output ta also have.

Post count: 20

I mentioned the color change of blue
mobile menu

Post count: 23312

Hello omrakdeniz,

Check the following settings from here -> https://www.screencast.com/t/HtODk7DOF5Fn

Thanks for your understanding!

Post count: 20

Hi Catalin

I’m not talking about category color
when I touch the menu blue green gradient going (touch menu and x )
I’m pointing at the picture
How can I change this color
mobil menu

Post count: 23312

Hello,

Notice that all of the theme’s fonts for Menu Color settings can be edited from here -> https://www.screencast.com/t/bhmxmVDhn

Thanks for your understanding!

Post count: 20

I really can’t tell the problem
don’t say font and background color
click on the blue gradient comes out I want to tell him
illustration detailed illustration but no one looks at the picture I guess
I am really sorry

Post count: 23312

Hi,

Provide your website URL so I can take a closer look at it.

Thanks.

Post count: 20

thankyou Catalin
https://sihirliteknoloji.com/
Mobil version > mobil menu Touch gradient

Post count: 23312

Hi,

Use the code below and place it in Theme panel -> Custom CSS Area.

.td-mobile-content a:hover {
background-color:green;
}

Thanks.

Post count: 20

you’re perfect catalin
just social media and x(close) could not
can I also gradient
you are very successful
thank you.

Post count: 20

Can ı help me..
tahank you.

Post count: 20688

Hi,

So you want to change the colors of the close icon and social icons from what I understand
https://www.screencast.com/t/nXG33E7j0GP
I could give you some CSS for that, for example
https://www.screencast.com/t/5ndKEYPQzSGL

.td-mobile-close .td-icon-close-mobile {
color: yellow;
}
#td-mobile-nav .td-social-icon-wrap i {
color: blue;
}

Change the colors as you wish, then enter the code in the Custom CSS section of the theme panel.

Thanks

Post count: 20

Hi, Simon

places are correct but the code is incorrect

.td-mobile-content a:hover {
background-color:green;
}

there must be code similar to this
actually catalin understood me

Post count: 20688

Hi,

I thought you wanted to change the color of the social icons and X(close icon). That code will do that.

Other than that I don’t quite understand what you want to do exactly. Please provide some screenshots of the elements you want to modify and how, for a better understanding.

Post count: 20

hi
.td-mobile-content a:hover {
background-color:green;
}

want to find this code social worker and close employee

Post count: 20688

I checked this code you mention, it sets a background color for the links in the mobile menu
https://www.screencast.com/t/PilowF4mG3JS

Maybe you want to set a background color for the top socials and close icon? This would be the code for that
https://www.screencast.com/t/QcoKqA8N1

.td-mobile-close .td-icon-close-mobile {
background-color:green;
}
#td-mobile-nav .td-social-icon-wrap i {
background-color:green;
}

A screenshot would be very helpful in case this is not helpful, highlight the elements you are talking about and mention how you want to change them.

Post count: 20

Mobile menu close
Mobile Menu close Touch
the subject highlight color
Touching gradient color

Post count: 20688

So the background color when the icons are touched maybe
https://www.screencast.com/t/hwNnhQ8k
That would only be shown briefly before the redirect to the social is done

#td-mobile-nav .td-menu-socials-wrap a:hover i {
background-color: red;
}

Post count: 20

thank you simon

Post count: 20

Hi
Mobile menu
is there a way to remove or off hover this event.

Post count: 20688

Hi,

Please post a screenshot if possible, displaying the exact element for which you want to remove the hover. I will try to give you a solution.

Post count: 20

sample:https://www.screencast.com/t/hwNnhQ8k
I want to remove all of the mobile menu

Post count: 20688

The mobile menu can be removed here – https://www.screencast.com/t/sk8DlFQEAbr
If you remove it there will be a message however
https://www.screencast.com/t/LwpctSP4Gw5Y
I could give you a code to hide that message if that is what you want to do. Let me know.

Viewing 25 posts - 1 through 25 (of 25 total)
The forum ‘Newspaper’ is closed to new topics and replies.