• I would like to change the double horizontal line accents (shown on the sidebar search, featured posts, the tagline etc) to my own small images. How can this be done?

Viewing 1 replies (of 1 total)
  • Hi finefolk.

    Thank you for contacting us and for using our theme, we appreciate it.

    Those lines come from this piece of CSS:

    .sidebar-no-borders .recent-posts-widget-with-thumbnails .rpwwt-widget .widget-title span::before, .sidebar-no-borders .recent-posts-widget-with-thumbnails .rpwwt-widget .widget-title span::after {
    	content: "";
    	position: absolute;
    	left: 0;
    	top: 50%;
    	margin-top: -2px;
    	width: 20px;
    	height: 4px;
    	border-top: 1px solid #c4c4c4;
    	border-bottom: 1px solid #c4c4c4;
    }

    So you’d need to change it in order to put something else there.

    I hope this helps as a starting point. If you have any additional questions, feel free to ask.

    Kind regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Change double line accents on titles’ is closed to new replies.