• Resolved Anonymous User 9824923

    (@anonymized-9824923)


    Hello. I would like to know How to center all the page/post titles. I already searched in the foruns but isn’t working from me. Example: center the Autora title.

    I can’t find nothing in my .css like .page .post title, only the title and I already changed that to center and nothing happened.

Viewing 15 replies - 1 through 15 (of 48 total)
  • Add this to your custom CSS file, or via a plugin:

    .imagez .label {
    	display: block;
    	text-align: center;
    }

    Thread Starter Anonymous User 9824923

    (@anonymized-9824923)

    Men you’re a genious hahaha! THANK YOU SO MUTCH. You save my day. Muack

    No worries lol – You are most welcome!!

    Thread Starter Anonymous User 9824923

    (@anonymized-9824923)

    Can I explore you a little more? I’m trying to remove the grey background from my gallery.

    I already changed the background in style.css (in both) and nothing! I changed the colors in the galleries (also in style.css) and nothing.

    Thread Starter Anonymous User 9824923

    (@anonymized-9824923)

    Can I explore you a little more? I’m trying to remove the grey background from my gallery.

    I already changed the background in style.css (in both) and nothing! I changed the colors in the galleries (also in style.css) and nothing.

    Hi!

    What do you mean by the grey background? you mean the grey border surrounding the images in the post you pointed to?

    Thanks!

    Oh sorry, I can see the background now, it was just a matter of time until it showed.

    Hopefully this CSS would get rid of it:

    .gallery {
    	background: none!important;
    }

    Thread Starter Anonymous User 9824923

    (@anonymized-9824923)

    No! It still there hahaha. I add the code in the both style.css.

    WordPress doesn’t respect me at all

    Haha!

    No, it is just again a matter of time until the cache is expired so the stylesheet custom changes will take action.

    Reload the page, even using ctrl+f5 and let me know how it goes.

    By the way you should set up a child theme, so you won’t lose those changes once the theme is updated to a new version.

    Thread Starter Anonymous User 9824923

    (@anonymized-9824923)

    GOD you’re really a genius hahaha. My site is so clean right now! I won’t tell that I love you because you could run from me :D. But you really made my day SUPER.

    I ready something about a child theme, but I’m not a webdesigner and I don’t have any course about .php or .css, I’m learning by my own because I’m tired of waiting my brother and my two best friends, they’re webdesigners!

    In portuguese we have an expression is something like that “In the blacksmiths house the stick is made of wood.” Or another “No one is a prophet in his own country.”

    Soooo I don’t update my theme about 5 years haha. Do you know a good tutorial so I can create my child theme?

    Thank you!!

    This tutorial could help you setting up a child theme, as it did help me 5 months ago:
    http://www.elegantthemes.com/blog/resources/wordpress-child-theme-tutorial

    I think you have made a lot of changes to your theme ( adventure ), so you could just let go child themeing and carry on. OR copy all the files which contain modified code to the child before updating, and make sure you always make a copy of the actual theme ( wp-content/themes/adventure/ ) folder before updating.. You might also beg your brother/friends for help :p

    If you have further issues, just post in these forums, and you shall get more help from more awesome people.

    By the way, I agree with these quotes, they make sense πŸ™‚

    Thread Starter Anonymous User 9824923

    (@anonymized-9824923)

    Hallo. I will do that, a backup from my theme and try to make a child theme myself haha. If it doesn’t work I’ll ask my friends or my brother. Thanks a lot for your help. You’re amazing.

    Kisses

    Alright then, and no worries, you’re most welcome !!

    Have a nice day πŸ™‚

    Thread Starter Anonymous User 9824923

    (@anonymized-9824923)

    Hallo. I did the backup and will start working on the child theme today.

    Now I need your genius mind again. Do you know how I can put my social media feed side by side in one specific page? Something like we see on this author page (I’m a writer by the way).

    http://www.sophiekinsella.co.uk/sophies_world.php

    Hello again, writer!

    This would require some CSS to achieve.. Let me give it a try, your twitter username and Facebook fanpage ID?

Viewing 15 replies - 1 through 15 (of 48 total)
  • The topic ‘How to center all the page/post titles’ is closed to new replies.