Tagged: CSS, full width easy slider, text
-
AuthorPosts
-
May 1, 2014 at 8:05 am #258774
hi,
i had this code from before but it’s not working…
avia-caption-content { font-size: 24px; }need to edit both the title and text styles…
thanks :)
jaz
May 1, 2014 at 3:27 pm #258901Hi jazbird!
Please add following code to Quick CSS
h2.avia-caption-title { font-size: 24px!important; } div.avia-caption-content { font-size: 16px!important; }Cheers!
YigitMay 2, 2014 at 5:42 am #259193thank you!
May 2, 2014 at 5:52 am #259199hmmm… actually didn’t work at all?
this is the page i’m trying to edit…
want to make the slider caption not all uppercase & adjust font styling.
http://b3e.cf9.myftpupload.comwasn’t sure if i need to add the dot before the css – like .h2.avia-caption-title… etc
but i tried both and nothing changed.j
May 2, 2014 at 2:21 pm #259416Hey!
Please add following code to Quick CSS instead
div .slideshow_caption h2 { text-transform: none!important; font-size: 24px!important; }Best regards,
YigitMay 4, 2014 at 1:09 am #259828hi yigit,
that’s not working either…?
j
May 5, 2014 at 1:24 am #260047Hi!
I wanted to check but it seems like you are now using Special Heading element. Please try following code
body .av-special-heading .av-special-heading-tag { text-transform: none!important; font-size: 24px!important; }Cheers!
YigitMay 5, 2014 at 1:42 am #260055thanks – it seems to be working now… i think i was having caching issues too so edits weren’t showing up.
while i’m here – if i have a heading with a link in it… H2 heading – how can i make it so the text that is a link has colored? it’s just all showing up the same. do i need to put tags around it?
thank you!
May 7, 2014 at 7:58 am #261172Hi!
You can change the color with:
#top h2 a{ color: #ff0000; }and the hover color with:
#top h2 a:hover{ color: #ff0000; }Best regards,
PeterMay 7, 2014 at 9:40 pm #261508And how would I make the caption in italics?
May 7, 2014 at 10:06 pm #261517Never mind – I was able to work with your instructions to get what I was after. Here it is, fyi: this made the Easy Slider caption title green and italicized:
div .slideshow_caption h2 {
text-transform: none!important;
font-size: 32px!important; color: #a5ce39; font-style:italic;
}May 9, 2014 at 9:31 am #262257Hey!
Great, glad you found a solution :)
Cheers!
Peter -
AuthorPosts
- You must be logged in to reply to this topic.
