For my text in the overlay slider on the homepage, I'd like to edit the text size and color.
And also want to edit the "read more" button to be smaller.
Where do I go to edit these?
(8 posts)
(3 voices)
For my text in the overlay slider on the homepage, I'd like to edit the text size and color.
And also want to edit the "read more" button to be smaller.
Where do I go to edit these?
Hello,
Go to the theme options panel, and paste this code in the "Custom CSS" field:
.overlay_slide .button_link {
height: 30px !important;
line-height: 30px !important;
padding: 0 10px !important;
}
.overlay_slide p {
font-size: 12px !important;
}
You can increase/decrease those values, depending on your needs.
Thanks, but that didnt seem to work.
Hello,
Could you please provide me a link to your website? So I can take a look at it.
Also, have you cleared your browser cache after applying the changes? Your browser probably still has the old configuration stored.
It's working. Thanks.
Hi, I'm having a similar problem using Awake.
I can change the title in the slider using this line:
.slide_title{/*:Slide Title Font */
color:#293742;font-size:40px;font-weight:normal;font-style:normal;font-family:kreonlight;}
But I can't seem to adjust the p tag for that area to change the color of the blurb.
I tried this based on the suggestion above and it didn't work:
.overlay_slide p {color:#293742; !important;}
Thanks in advance for your help.
Hi charleyer,
Try this other code:
#slider_module_inner p { color:#293742 !important; }
If it does not work, please provide us a link to your website so we can take a look at it.
That was it! Thanks Ruderic!!
(I'm pretty new to this theme, but I'm super impressed with the level of support you guys offer :)
You must log in to post.