Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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
    sara

    #1005987

    Hey 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,
    Ismael

    #1006009

    Dear Ismael
    thank you for the support

    I 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
    #e5097f

    Thank you in advance for the help
    sara

    #1006223

    Hi 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,
    Victoria

    #1006540

    Dear 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
    sara

    #1006661

    Hi 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,
    Victoria

    #1006695

    Hi 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
    Sara

    #1006724

    Hi 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

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