Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1223646

    Hi.
    I just had a problem I could solve myself, just want to share it with you.
    I wanted to change the style of the menue element button in “adnvanced styles” but the background- and boder colors did not show in the frontend. I found the corresponding code in themes/enfold/includes/admin/register-backend-advanced-styles.php, lines 340ff and changed them to this:

                'color' => "color: %color%;",
                'background_color' => "background-color: %background_color%;",
                'border_color' => "border-color: %border_color%;",
                'border_radius' => "border-radius: %border_radius%;",
    

    This works for me.

    #1223650

    Hey Riseleap,

    Thanks for contacting and sharing your solution!

    However we have already fixed this issue in Enfold 4.7.4. Please make sure you are using the latest version 4.7.5 :)

    Regards,
    Yigit

    #1223663

    Ooops, I’ll make an update then, thanks. :-)

    #1223669

    Hey,

    You are welcome!

    Let us know if you have any other questions or issues :)

    Regards,
    Yigit

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