Posts

blogtitel centraal

HOW TO CENTER YOUR HEADER BLOG TITLE IN BLOGGER'S SOHO THEME TEMPLATE Log in to  Blogger.com . Click on the blog you want to edit. The one that uses a Soho template. Now, go to ‘ Theme ’ on the left panel and click on ‘ Customize ’ under the ‘ Live on Blog ’ frame. Then, move to ‘ Advanced ’ on the left panel and scroll down to ‘ Add CSS ’. Paste the code below at the end of any other CSS code you might have there. /* CENTERING THE BLOG TITLE */ .blog-name { text-align: center; } Press ‘ Apply to Blog ’. You're  Done -ald Duck!

H1 en H2 codes in Contempo

Afbeelding
Help I need to implement header H1, H2 and H3 correctly in blogspot theme "Contempo", issue just released a week ago, approx. March 20, 2017. ( Tema contempo ) By default comes H3 for the title of the post <h3 class='post-title entry-title'> <b:if cond='data:post.link or (data:post.url and data:view.url != data:post.url)'> <a expr:href='data:post.link ?: data:post.url'><data:post.title/></a> <b:else/> <data:post.title/> </b:if> </h3> And I need for better SEO to implement H1 title of article H2 internal subtitle of the article H3 subtitle of article I have implemented this code <b:if cond='data:blog.pageType == &quot;index&quot;'> <h2 class='post-title entry-title'> <b:if cond='data:post.link or (data:post.url and data:view.url != data:post.url)'> <a expr:href='data:post.link ?: data:post.url...

regelafstand nieuwe Blogger themes

Afbeelding
Line-spacing in Blogger-theme Notable I have a longish page that I pasted from MS-Word. Now I know that I should not have done it but it's done. I'd like to reformat it and adjust the line spacing or line height. I removed the previous formatting of the last 6 paragraphs at the bottom and don't really like that big line spacing. I'm using Notable Theme. How do I decrease the line spacing? Thanks for any help. Bewerkt CategorieĆ«n: Firefox Get Help with an Issue Templates, gadgets, HTML Windows 3 berichten 35 weergaven 1 deskundig antwoord +1 Content van de community is mogelijk niet geverifieerd of up-to-date. Vergelijkbare onderwerpen Changing line height on Notable theme Huge gaps in Notable theme and font issue Featured Post Image Not Showing (Notable Theme) Beste antwoord 26-12-17 K.E. Ram  zei: OK, I found the solution: added a custom CSS here: Theme > Customize > Advanced > Add CSS >  .post-body {  ...