New Front EN › Support Forums › Fuji Theme Support › H1 Heading style has a color background in posts and pages – why?
Tagged: heading style, post header
- This topic has 3 replies, 2 voices, and was last updated 9 years, 5 months ago by
satori.
-
AuthorPosts
-
July 7, 2014 at 8:03 pm #3696
santium
ParticipantHello,
I’m not a coder, and I’ve tried to change the CSS based on advice given in this forum for other styling issues. It’s not working, and I seem to have altered the post headers also – now there is about 10px blank gap between the header and the top border. Please help. Thanks!July 8, 2014 at 7:32 am #3699satori
KeymasterHey Monika,
could you please provide a direct URL of the page with the problem you’ve described, and tell me what was your initial goal when you started editing the CSS file. Thanks!
Sincerely,
Andrii / Satori StudioJuly 8, 2014 at 8:02 am #3701santium
ParticipantHey Andrii,
Thanks for your note. http://www.psychpiper.com/articlesI managed to fix the white gap that was between the post heading and the top border, but the post header is bigger than it should be.
Also, can you please help me center the logo so it is in line with the slogan?
Thanks!
July 8, 2014 at 8:41 am #3702satori
KeymasterHey Monika,
I can see in the code that there’s a “margin” CSS property added to the “h2” elements, most probably in the “lessframework.css” file – please remove it, and the headings will be back to normal :) Alternatively, you can add this CSS rule to the theme’s “style.css” file:
.post-header h2 { margin: 0; }
I’ve replied to the logo issue in a separate thread, please see here ;)
P.S. it seems that you are using a caching plugin on your website – if it’s the case, I would highly recommend not using any such until the website is out of development; it obscures the real code and might hinder the propagation of any changes made in the theme files.
Sincerely,
Andrii / Satori Studio -
AuthorPosts
- You must be logged in to reply to this topic.