Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1489084

    Hi all – I soft bricked my website by using the reset button in enfold backend. All custom CSS and settings is lost and now I am trying to rebuild all. Lots of things I was able to handle by my self but some I don’t know how to fix.

    First problem: I am missing that when the first section of a page has blue background color, the font type is white. See example in PC.

    #1489085

    On mobile viewport, header color switches to white. Color should stay the same as in desktop viewport. See example in PC.

    #1489086

    How to set font color for telephone number in the header to white?

    #1489088

    On iPhone portrait viewport, headlines are cut off.

    and

    in header, telephone line break doesn’t look good. In general are other options for phone numbers in header?

    #1489151

    Hi,

    Thank you for the inquiry.

    Most of the color styling options are located under Enfold > General Styling. You can check the preview to see which element a specific field controls. If you can’t find the correct setting there, you can also edit the element in the Advanced Layout Builder and adjust the color options in the Styling tab.

    To adjust the color of the phone number, please add this code in the Quick CSS field:

    #top .header_color .phone-info a {
        color: #ffffff;
    }

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings to make sure that the changes take effect.

    Let us know the result.

    Best regards,
    Ismael

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