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

    Hello,

    I wanted to change the link color of buttons, but I can’t figure out how.
    Could you please help me?
    The main css overwrites the white color at the moment.

    #439647
    This reply has been marked as private.
    #439692

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 768px) {
    nav.main_menu { display: none !important; }
    #header .inner-container {
      height: auto;
    }}

    Regards,
    Yigit

    #439731
    This reply has been marked as private.
    #440133

    Hi!

    I’m not sure what you mean by images going away, are they not displaying as they are supposed to? Please provide us with a screenshot highlighting what is happening.

    Please add this to Quick CSS under Enfold–>General Styling for the buttons:

    a.buttonG{
      color: white !important;
    }

    Best regards,
    Rikard

    #440153
    This reply has been marked as private.
    #440758

    Hey!

    I’m guessing you’ve had customisations made to the site, please try this in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 760px) {
    .ezcol {
      display: block !important;
    }
    }

    Regards,
    Rikard

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