Tagged: x
-
AuthorPosts
-
June 16, 2016 at 9:11 am #1045219
incacola_mattParticipantHi how do i remove the horizontal thin grey lines on top of the blog page? (just under the header and which hold the title of the blog eg. TheBlog???
See image attached. RegardsJune 16, 2016 at 10:37 am #1045353
JoaoModeratorHi There,
Please add the following code at appereance Customizer Custom CSS
.x-header-landmark { border: none; }If that does not work please provide us the URL of your page.
Thanks
Joao
June 16, 2016 at 11:05 am #1045415
incacola_mattParticipantThis reply has been marked as private.June 16, 2016 at 12:25 pm #1045535
RupokMemberHi there,
You don’t need to access Cornerstone as the code was suggested to add under Custom > CSS in the Customizer.
.x-header-landmark { border: none; }Cheers!
June 16, 2016 at 1:14 pm #1045603
incacola_mattParticipantokay thanks. As an aside, is it not possible to edit a blog page via cornerstone?
June 16, 2016 at 1:17 pm #1045610
incacola_mattParticipanti added the css and that removed the lines. thanks. How now to style the blog header text to match that used as header text on my other pages? Thanks in advance.
June 16, 2016 at 1:49 pm #1045672
JoaoModeratorHi There,
If you would like to create a more customozable blog looking page using Cornerstone you can use the Last Posts Element.
You will be able to show up to 4 posts per Element but you can adjust the offset, so you can put it multimple times and adjust
Last post Show 4 Posts offset 1
Last post Show 4 Posts offset 5
Last post Show 4 Posts offset 9
…And like that you will be able to build a header like your other pages and add whatever else content you feel like to your “blog page”.
Hope that helps,
Joao
June 16, 2016 at 3:55 pm #1045868
incacola_mattParticipantHI again. so without doing this there is no way of changing the way the TheBlog header text is displaying? I can;t change the font, alignment etc??? That’s Weird?
June 16, 2016 at 6:57 pm #1046102
JadeModeratorHi there,
We could use CSS to change the blog title text appearance:
.blog .h-landmark { text-align: center; font-size: 50px; }You may also change and adjust the values in the CSS provided above.
Hope this helps.
June 18, 2016 at 1:07 am #1048111
incacola_mattParticipantthats works. thanks
am i able to add a class style to the above css? so that the title matches the title on my other pages?June 18, 2016 at 1:15 am #1048125
Rue NelModeratorHello There,
Please have the previously given css updated and make use of this code instead:
.blog .h-landmark { text-align: center; font-size: 72px; letter-spacing: -0.018em; font-family: "Lato",sans-serif; font-style: normal; font-weight: 900; }Hope this helps.
June 20, 2016 at 3:22 am #1050168
incacola_mattParticipantfantastic thanks.
June 20, 2016 at 3:26 am #1050173
Rue NelModeratorYou are most welcome!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1045219 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
