-
AuthorPosts
-
June 13, 2019 at 8:25 pm #1110057
I need to add padding below the post title. I’ve tried:
h1.post-title a {
color: #00a9e1 !important;
padding: 0px 0px 50px 0px !important;
}The colour part works, so I know I’ve got something right. And the padding works if I set it to a number for the left and right side, but not for the top or bottom. What am I doing wrong?
June 13, 2019 at 8:57 pm #1110085On the page that has the posts module, the title isn’t the correct colour.
June 14, 2019 at 5:59 am #1110202Hi,
This is applying on the single page:
h1.post-title a { color: #00a9e1 !important; padding: 0px 0px 50px 0px !important; }
What exactly do you want to change?
Try this instead for the resources page:
.page-id-2150 h2.entry-title { color: #00a9e1 !important; }
Best regards,
RikardJune 17, 2019 at 9:21 pm #1111141Thank you. This is only the first post, there will be many future posts so we need one CSS rule to handle them all, without having to list every single page-id.
What I am trying to do:
1. Post – add more padding above and below title (already has blue colour)
2. Page that lists posts – add more padding above and below title and change title to blue colourJune 18, 2019 at 6:03 pm #1111390Hi m s,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.entry-content-wrapper .post-title { padding: 20px 20px 20px 0; }
If you need further assistance please let us know.
Best regards,
VictoriaJune 18, 2019 at 7:45 pm #1111457Thank you!!! The only thing that remains is the colour of the title on the page:
2. Page that lists posts – change title to blue colourJune 18, 2019 at 8:49 pm #1111490Hi m s ,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.template-page .template-blog .entry-content-wrapper h2 { color: #00a9e1; }
If you need further assistance please let us know.
Best regards,
VictoriaJune 18, 2019 at 11:37 pm #1111506Thank you, but that makes the title, plus all the article headings to be blue. Only the article title should be blue.
June 20, 2019 at 5:38 pm #1112013Hi m s ,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.avia-builder-el-0 .av_textblock_section .avia_textblock h1 { color: #00a9e1; }
If you need further assistance please let us know.
Best regards,
VictoriaJune 20, 2019 at 6:45 pm #1112039Thank you.
June 20, 2019 at 6:57 pm #1112047Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Adding padding below post title’ is closed to new replies.