Slider heading
-
I love this theme. Best WP theme I have worked with so far.
I am having a problem though… I am using a child theme to revamp the colors and tweak some stuff.
The only thing I can’t figure out… How do I style the Slider Heading???
Here is the source…
<div class="slider-entry-wrap">
<div class="slider-content-wrap">
<h2 class="slider_ "><a href="http://restructuringresource.com/test-m/">“Helped us avoid bankruptcyâ€</a></h2>
<div class="slider_post_entry">
<p>California General Contractor</p>
<a href="http://restructuringresource.com/test-m/">View full post</a>
</div>I wrote this…
.slider_post_entry p{
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-weight: normal;
color: #EEE;
text-align: right;
font-size: 12px;
}Which handles the entry paragraph… but nothing I do seems to work on the heading/title.
Any help??
I tried these…
.slider-content-wrap{
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-weight: bold;
color: #EEE;
text-align: left;
font-size: 48px;
}
.slider-post_title {
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-weight: bold;
color: #EEE;
text-align: left;
font-size: 48px;
}Admin
Try this:
.slider_post_title a, .slider_post_title a:visited{
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-weight: bold;
color: #EEE;
text-align: left;
font-size: 48px;
}Hello There!
Loving this theme but try as I might with the suggestions above I cant seem to get my Slider header font to change from the default. I just want it to go to arial bold. Is there any simple line to I can throw in the Stylesheet to achieve this?
Many thanks
Amazing- after trailing through and deleting my failed attempts from the CSS that one worked a treat! Thank you very much
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.