Tagged: style
-
AuthorPosts
-
September 5, 2018 at 9:36 am #1005938
Hi
I want to modify style of some titles and menu color etc etc
I find the modify stile function in the theme’s options but it doesn’t work
Could you log in in my site and check if there is some problems, or could you explain me in what I’m wrong?For Examlpe I want to set the on mouse over color of the menu links with this color : #e5097e
Please help me to undersatnd what i have to do…
thank you in advance
saraSeptember 5, 2018 at 10:49 am #1005987Hey rideal,
Thank you for using Enfold.
The File Compression settings inside the Performance panel are enabled. We disabled the options temporarily. Please try to change the styles again.
Best regards,
IsmaelSeptember 5, 2018 at 11:00 am #1006009Dear Ismael
thank you for the supportI correctly change the menu icon color but I didn’t change the “Link Menu in overlay/slide out” through the advanced settings
…
I want to set a different background color for the menu in overlay mode and set the on mouse over link with this color
#e5097fThank you in advance for the help
saraSeptember 5, 2018 at 5:28 pm #1006223Hi sara,
You should be running at least php5.6.3 for the code to work properly. Please consider upgrading your php version.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li:hover a { background-color: #ccc; color: #e5097f; }
If you need further assistance please let us know.
Best regards,
VictoriaSeptember 6, 2018 at 11:13 am #1006540Dear Victoria
thank you for the support :)
I updated my PHP version at 7.0.x… but the “advanced style” does not work at all…
Could you check my website and help me to understand why?Furthermore I have another question for you :):
In the mobile version of the web site, when I scroll down the page the sticky menu doesn’ work.
Where can I set this proprerty, to set at the top the menu, as in the desktop version?Best regards
saraSeptember 6, 2018 at 3:39 pm #1006661Hi rideal,
What do you mean by “advanced style” does not work at all… ? Can you please explain a bit more?
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) { .responsive #top #wrap_all #header { position: fixed; } .responsive #top #main { padding-top: 90px !important; } }
If you need further assistance please let us know.
Best regards,
VictoriaSeptember 6, 2018 at 4:11 pm #1006695Hi Victoria
I mean the tool on the Enfold Theme Option –– Enfold > Advanced Styling
I hope that it could be possible to change basics stylesheet information without to modify the code in the css… or not?
The code you provide me work properly but, hopfully, I need to use the Advanced Styling to modify the aspect of the elements of my website…
Let me know please
SaraSeptember 6, 2018 at 4:46 pm #1006724Hi Sara,
Not all elements can be adjusted via the Advanced Styling, sometimes it is easier to use css.
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.