Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1183558

    Hello,

    In the past three versions of Enfold, including the most recent one, I have the same problem: Advanced styling does not work well. For instance, I can change the corners of the menu button in the header, but changing the background color does not work. If I select a white color for the font which only works with rollovers, the text changes into grey.

    I also tried changing the color of the line above and below the widget headers to white, but it does not work either. Only the font changes to white.

    Can you help me please?

    <EDIT> In the mobile menu, the corners of the menu button in the header are not round either! On desktop they have rounded corners.

    Sincerely,
    Morticka

    • This topic was modified 4 years, 9 months ago by Morticka. Reason: Noticed another error with advanced styling in the mobile menu
    #1183671

    Hey Morticka,

    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

    
    body#top .footer_color .widgettitle {
        border-color: #fff;
    }
    #top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
        background-color: #a953be;
        border-color: #a953be;
    }
    #top #wrap_all #header #av-burger-menu-ul > li.av-menu-button-colored a .avia-menu-text {
      border-radius: 30px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    • This reply was modified 4 years, 9 months ago by Victoria.
    #1183842

    Hi Victoria,

    Thx for your fast response! :D

    What worked: The new color of the button and on mobile it also has rounded corners, very nice, thx!

    What did not work: The Widget title bars in white, it is still the same greyish color.

    And, when I tried to introduce another color for mouse over in Advanced Styling, it did not work either.

    Is it possible to get Advanced Styling to work properly in stead of all the random css fixes? Because this is a real problem?

    Sincerely,
    Morticka

    • This reply was modified 4 years, 9 months ago by Morticka. Reason: Typo
    #1183945

    Hi Barb,

    Thanks for reporting this!

    We have found out that some combinations override others, in your case H3 overrides Widget Title options. I have reported the issue to our devs.

    I updated enfold/includes/admin/register-backend-advanced-styles.php file. Could you please delete custom CSS and try advanced styling options once again and report back? :)

    Best regards,
    Yigit

    #1183959

    Hey Yigit,

    You’re welcome!

    I’ve removed the custom css and yes, it works! Thank you very much, as always :D

    One last question, I’m working with a child theme, won’t the code be overwritten in the next update at enfold/includes/admin/register-backend-advanced-styles.php?

    Sincerely,
    Barb

    #1183965

    Hi Barb,

    You are welcome!

    Yes, it will be overwritten but we will update the file to fix this issues so you will not need to update the file as it is going to be the same or very similar :)

    Best regards,
    Yigit

    #1183969

    Thx Yigit :D

    Can I take the file enfold/includes/admin/register-backend-advanced-styles.php and copy and paste it without any edits from my staging website to my live website?

    Sincerely,
    Barb

    #1183970

    Hey Barb!

    Yes, please do so. After updating the file, please go to Advanced Styling tab and save so changes apply :)

    Cheers!
    Yigit

    #1183983

    Hi Yigit :),

    Yes, it worked! The only thing that does not work yet, is the thin black line around the button, on both websites? I changed it to the color of the button itself, but it does not seem to work?

    Sincerely,
    Barb

    #1184008

    Hi,

    Thanks for reporting that too!
    I updated enfold/includes/admin/register-backend-advanced-styles.php file once again. Please review your website :)

    Best regards,
    Yigit

    #1184238

    Hello,

    Yes, that did the trick, thx Yigit! :D

    You can close this ticket.

    Sincerely,
    Barb

    #1184244

    Hi,

    Great! We will test further with other combinations as well and update the file, probably in upcoming version :)

    Let us know if you have any other questions or issues and enjoy the rest of your day Barb!

    Best regards,
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Advanced styling does not work properly’ is closed to new replies.