Site logo

Archived topic

Additional CSS not working

6 replies · Started by Ivaylo on August 19, 2022

Viewing posts 1–7 of 7

Hi,
I'm trying to style a paragraph and added this CSS in Customize-Additional CSS:

.related {
    border-left: 15px solid #dba433;
	  font-weight: bold;
	  font-family: Roboto;
    text-transform: uppercase;
    padding: 1rem 0 1.5rem 2rem;
    color: #dba433;
}
.related a {
	  display: block;
    color: #000;
}

Trying to create the same look like in this post:

1

For each paragraph that I would like to style this way I manually add
related

to Wordpress Additional CSS class(es) in Advanced Tab in Wordpress Post Editor.

What is wrong with the code?

2

The issue is not an image. It's a paragraph. See the link below.

Thanks, Ying. I saw the problem and fixed it.

You are welcome :)

This archived topic is closed to new replies.