• Resolved vmallder

    (@vmallder)


    Hi Again!

    I have a couple of questions for you. I have been trying like the devil to change the color of the title in the heading. I didn’t see a customization setting for it, so I tried changing the css from my child theme. For some reason, I have been unable to change the font color in the site.title using my own css or by editing the css in the main theme. It seems like something is overriding the setting in the css from somewhere. Do you have any idea what I should change in order to set the site title font color? All other font colors can be changed by directly editing the css just fine.

    The second question is, do you know how I might customize the showcase header widget area so that widgets will be placed horizontally within the showcase header area rather than vertically?

    Thanks so much for you help!

    Valerie

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Styled Themes

    (@gejay)

    A little mistake on my part but basically in your child theme add this:

    #site-title a,
    #site-title a:visited {
    	color: #747474;
    }
    #site-title a:hover {
    	color: #747474;
    }

    Just change it to the colour you want.

    As for your other question, the showcase area is coded to be just a single widget position. This is why you see more than one going vertical instead of side-by-side. It could be done but it would require a fair amount of recoding.

    Thread Starter vmallder

    (@vmallder)

    Awesome! Thanks. It was so easy now I’m embarrassed that I didn’t figure that out myself :/

    Ok, I will look into the single position widget stuff and see if looks harder than I want to get into. I’m making a website for a club that I belong to and the showcase header is really nice to have. I would like to put some photos of our members having fun, and a slider for recent club news and events without taking up a lot of vertical real-estate.

    Thanks so much for your help!

    Valerie

    Theme Author Styled Themes

    (@gejay)

    I’m glad it worked 🙂
    Also, no need to feel embarrassed, because even I miss things at times, and I’m a designer, especially when I missed adding that option to the theme settings. By the way, not sure if you know that there’s theme tutorials on my site, but you might want to check those out as you develop your website.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘site-title font color and showcase header’ is closed to new replies.