Tagged: content slider, font size
-
AuthorPosts
-
April 9, 2017 at 8:51 pm #775111
I know there are solved tickets about this issue but for some reason it’s not working for me
i tried using.avia-content-slider-inner .slide-entry-title{ font-size: 18px!important; } .slide-entry p { font-size: 13px!important; }
but for some reason it doesn’t have any effect and my text size in the content slider stays the same
a link to the site with this problem is in the Private Content – the content slider in question is obviously the one in the right side (but there are more like it if you scroll down the page)
will appreciate any helpApril 9, 2017 at 9:39 pm #775124Hey Doron,
Try this code in the General Styling > Quick CSS field:.new-special-heading h3, h3.slide-entry-title{ font-size: 18px!important; } .p1, .s1, .slide-entry-excerpt p { font-size: 13px!important; }
Best regards,
MikeApril 13, 2017 at 8:16 am #777114Hi Mike
I tried it but still no effect on the text size
:(April 13, 2017 at 8:31 am #777122wait.. may be I found a workaround
in the text editor I simply warped the text with the code<p style="font-size:13px">....</p>
so far it seems to be working
the only problem is I now need to manually put it in each slide..
for now it’s o.k but I really wish there was a better solutionApril 13, 2017 at 7:27 pm #777478Hi Doron,
Here is the code you can put in Enfold child theme style.css
.slide-entry-excerpt.entry-content { font-size: 12px; }
If you need further assistance please let us know.
Best regards,
VictoriaApril 15, 2017 at 9:26 pm #778288hello Victoria
thank you for your help
I’m not sure why but it still not working (i also tried adding!important;
)
so for now i’ll stay with my workaround
thanksApril 15, 2017 at 10:15 pm #778295Hi,
I retested this quick css code and it works on my end, perhaps it was a caching issue, but if you are happy with your work around we will close this. Thank you for using Enfold..new-special-heading h3, h3.slide-entry-title{ font-size: 18px!important; } .p1, .s1, .slide-entry-excerpt p { font-size: 13px!important; }
this makes the text 13px & the headings 18px
Best regards,
MikeMarch 23, 2018 at 1:24 pm #931960Hi,
I use a content slider, I need the body text in the content slider to be aligned left-middle, leaving equal space above and below the “text content”.
Can someone help me…Thanks in advance
March 24, 2018 at 4:16 am #932211Hi,
Please include the url to the page in question so we can take a closer look. Also please explain if you are looking at the space above & below the whole content slider element, the space above the title and below the content text, or the space above & below the content text.
I hope this makes since, there is a lot of padding and margin within the element.Best regards,
Mike -
AuthorPosts
- You must be logged in to reply to this topic.