hello can not change the color I specified in the picture
thankyou..
-
This topic was modified 7 years by
omrakdeniz.
-
This topic was modified 7 years by
omrakdeniz.
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.
Hi epic
the color that I have specified in the frame was not
blue gradient ewn does not change
x output ta also have.
Hello omrakdeniz,
Check the following settings from here -> https://www.screencast.com/t/HtODk7DOF5Fn
Thanks for your understanding!
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
-
This reply was modified 7 years by
omrakdeniz.
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!
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
thankyou Catalin
https://sihirliteknoloji.com/
Mobil version > mobil menu Touch gradient
you’re perfect catalin
just social media and x(close) could not
can I also gradient
you are very successful
thank you.
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
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
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.
hi
.td-mobile-content a:hover {
background-color:green;
}
want to find this code social worker and close employee
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.
Mobile menu close
Mobile Menu close Touch
the subject highlight color
Touching gradient color
-
This reply was modified 7 years by
omrakdeniz.
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;
}
Hi
Mobile menu
is there a way to remove or off hover this event.
sample:https://www.screencast.com/t/hwNnhQ8k
I want to remove all of the mobile menu
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.