Title and Image Gallery

  • Unknown's avatar

    Hello,
    I have two items I need to address using css:
    1. I want the header to be a different color and I need to enter this in via css.

    2. I want the images on my pages to change, but not in the gallery style that is available in the add media section. Is it possible to enter this using css? Something with a smoother transition.

    I just started using ‘Anthem’ theme: http://theinnerground.com/

    Thank you!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar
    theinnerground · Member ·

    1. Sorry, I didn’t explain well: i want the title ‘the innerground’ to be a different color, but the subtitle and menu titles will remain black.

  • Unknown's avatar

    Hi there, the first rule below will allow you to change the color of the site title. The second, if you want it, allows you to assign a different color to the site title when someone hovers a mouse over it. Go to Appearance > Customize > CSS, delete the informational text and then paste in the following and edit the color codes as you desire.

    #site-title a {
        color: #CC0000;
    }
    #site-title a:hover {
        color: #33cc33;
    }

    You cannot add a different gallery function via CSS. The WordPress.com gallery feature is your only choice at this time.

  • Unknown's avatar
    theinnerground · Member ·

    Thank you, I will try this for the color.
    Can you add a changing header (or gallery) using any of the themes?

  • Unknown's avatar

    There are a number of themes here that have a featured header and a good number that have post sliders, which will show the featured image set on a featured post.

    Modularity Lite has a light and dark theme option and a image slider at the top of the site.

    Take a look through those and see if anything there will work for you.

  • Unknown's avatar
    theinnerground · Member ·

    Thank you for all of your help…I am very grateful!

  • Unknown's avatar

    You are very welcome.

  • The topic ‘Title and Image Gallery’ is closed to new replies.