Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1222971

    Hi, How to set font size and colour for the phone number in the top/extra menu.

    #1223124

    Hey Alan,

    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 .phone-info {
            font-size: 18px;
         }
    }
    

    Also, you need to have a burger enabled under 990px, not 767px.

    Here is where you can set it:
    Image 2020-06-16 at 18.14.36.png

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1223201
    This reply has been marked as private.
    #1223364

    Hi,

    Please try this instead:

    .phone-info {
      font-size: 18px;
      color: red;
    }

    If that doesn’t work then please post admin login details in private so that we can add it for you.

    Best regards,
    Rikard

    • This reply was modified 4 years, 6 months ago by Rikard.
    #1223469

    Great, it works, thanks ;)

    #1223475
    This reply has been marked as private.
    #1223613

    Hi,

    I adjusted the CSS for you, please review your site.

    Best regards,
    Rikard

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