Hi, guys!
On
http://www.casamagna.com.br/blog
I’m using a post slider on top of the page and tried a couple of shortcodes to increase the title size without success.
I’ve try
.avia-content-slider .slide-entry-title { font-size: 50px; }
and didnt work.
Can I have some help?
Ty,
Hi @Jubaboxer ;
This may help you :
.html_elegant-blog .avia-content-slider .slide-entry-title { font-size: 50px !important;}
Hey, guys, ty for the fast response, it worked, but… the post titles on grid layout below the post slider were affected too.
There’s some way to increase the font title size just on the slider?
:D
Hi @jubaboxer ;
it seems that your post slider is in a “Color Section” so you can give an “id” to “your color section” to target just the post slider in the color section :
#your-id-color-section .html_elegant-blog .avia-content-slider .slide-entry-title
{ font-size: 50px !important;}
I’m trying with:
ID on color section: #topslide
And the quick code:
#topslide .html_elegant-blog .avia-content-slider .slide-entry-title
{ font-size: 50px !important;}
It doesnt seem to be working at all!
What Im doing wrong?
:D