Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1416758

    Hi Mike
    The font in the socket should be 16px, but is 13px. I have adjusted <p> and <body> in advanced styling.
    But no change.
    Further should links in socket be underlined.

    Please could you help out

    Best regards
    Lene

    #1416816

    Hey Lene,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #socket span {
    	font-size: 16px;
    }
    #top a:hover {
    	text-decoration: underline;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

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