• Hello,
    The display of an event in the left widget column, contains a link to a further description of the event. The way this link is displayed is different from the display on the settings page. In the setting page the link is underlined, in the website display it is surrounded by a white rectangular. Not a big deal, but ..
    See https://jump85.maxhogervorst.com/

Viewing 1 replies (of 1 total)
  • The white border comes from your theme. Line 2301 in style.css:

    .readmore  {
    	display: table;
    	float: none;
    	margin: 2.5em auto 0;
    	min-width: 150px;
    	border: 2px solid #fff;
    }

    Remove the border style and it will all be OK

Viewing 1 replies (of 1 total)
  • The topic ‘display of link’ is closed to new replies.