Change position of Header Text

  • Anonymous

    #39

    Hi, I’m a WP neophyte and not a coder and just created a site with your theme but want to align the header text to the right instead of the left because the header image kind of blocks it out. Looked at the code in the theme header and I saw some things about the Header text color but nothing about alignment. What do I have to do to the code to get the Header text on the right? While I’m at it is there some code to change the Header text color?

    Ken

    Admin

    Syahir Hakim

    #10818

    You need to add the following CSS property:

    #header{
    text-align:right;
    }
    Admin

    Syahir Hakim

    #10819

    Also, you can use WordPress’ Custom Header feature to change the header text colour.

    bazonline

    #10820

    Hi Sayahir, great theme thanks for the public use! could you tell me how do I change the font in the header? will be developing a photo site and need a recommendation on a slider feature with thumbnails if you know any

    barry

    Admin

    Syahir Hakim

    #10821

    You can specify the font to use for the header texts through the Graphene Display options page in the admin.

    As for the slider, there’s a lot of jQuery plugins out there that do the trick very nicely. You might wanna check out jCarousel.

    bazonline

    #10822

    Thanks Syahir

    kikkizen

    #10823

    Hi Syahir,

    Just to start by saying thanks so much for this wonderful theme and for allowing us to use it freely. I know virtually nothing about css so bear with me…

    I’d like to align the text to the right and I tried to follow the instruction you gave above in this thread but I can’t make out exactly where to paste the instruction. Please could you be more specific.

    Then I’d also like to know how to change the text colour of all the headings and links that are in blue – where and how do I do that and what exactly should I change?

    Again, thanks so much for the wonderful theme and for the forum as well.

    Gabi

    Admin

    Syahir Hakim

    #10824

    Hi Gabi,

    You can make the modification to the CSS by using a Child Theme. See here for instructions: https://forum.graphene-theme.com/topic/how-to-modify-the-theme-using-a-child-theme

    You can also use the same child theme to change the colour of the headings and links.

    kikkizen

    #10825

    Hi Sayhir,

    Thanks for the reply! I did what you said in your reply and I now have a child theme for Graphene – it’s like magic!LOL!

    So if I understand you correctly I only have to add the modifications that I want to make to this new style sheet? Does that mean I look for the rules I want to change in the original theme and then code the changes into the new theme’s style sheet? I’m a little confused here.

    Thanks for your help!

    Admin

    Syahir Hakim

    #10826

    So if I understand you correctly I only have to add the modifications that I want to make to this new style sheet? Does that mean I look for the rules I want to change in the original theme and then code the changes into the new theme’s style sheet?

    That’s exactly what you have to do 🙂

Viewing 10 posts - 1 through 10 (of 12 total)

  • 1
  • 2
  • You must be logged in to reply to this topic.