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

    Hi,
    I’d like you to help me with a problem that comes up in the responsive mode (in desktop mode it looks good):
    I use 1/4 text boxes on a colored bg. The text is a hyperlink and I used some code not to underline it. But in responsive mode the underlining is back. How can I get rid of that?
    Also in the responsive mode the text rule is just at the bottom of the box with no space left.
    Is it possible to have a little space between the text rule and the bottom of the colored background?

    #943931

    Hey gawcvw,

    Please try the following in Quick CSS under Enfold->General Styling:

    #top .av_inherit_color a {
        text-decoration: none !important;
    }

    Best regards,
    Rikard

    #944010
    This reply has been marked as private.
    #944441

    Hi,

    You can add a class to the last link in your text block:

    <a href="http://test.rioolenraad.nl/doel-1-gezondheid-op-nummer-een/" class="my-bottom-margin">Gezondheid op</a>

    Then add this to Quick CSS:

    .my-bottom-margin {
      margin-bottom:20px;
    }

    Best regards,
    Rikard

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