Tagged: testimonial
-
AuthorPosts
-
January 14, 2020 at 3:02 pm #1173358
Hello,
I’m having trouble changing the size of the name on my testimonial. This is the code I’m adding to the Quick CSS area:
#top .avia-testimonial-name {
font-size: 50px;
font-style: italic;
}As you can see on the site, the name is italic but I can’t change the size for some reason. It’s like there is a css setting somewhere else overriding my size choice.
Can you please advise?
Thanks,
January 14, 2020 at 9:44 pm #1173655Hey damon129,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .av-large-testimonial-slider .avia-testimonial-name { font-size: 50px; font-style: italic; }
If you need further assistance please let us know.
Best regards,
VictoriaJanuary 14, 2020 at 10:01 pm #1173668Thanks, Victoria.
I’m new to this theme. Is there a rhyme / reason to use quickCSS vs adding to the theme?
January 14, 2020 at 10:29 pm #1173696Hi damon129,
Well, if you don’t use a child theme, all the files get overwritten on every update and you lose the changes, but the Quick css stays.
Best regards,
VictoriaJanuary 15, 2020 at 12:04 am #1173745Hey Victoria,
I tried what you said and I’m still not seeing results. I tried pasting in Quick CSS and the CSS file in the child theme. I can get the text to be italic, but for some reason I can’t adjust the size. Any ideas?
Thanks,
January 15, 2020 at 9:49 am #1173859Hi,
Thanks for the update. I’m seeing this code applying to your site:
#top .av-large-testimonial-slider .avia-testimonial-name { font-size: 50px; font-style: italic; }
If you can’t see change straight away then please try disabling/clearing the cache from your caching plugin.
Best regards,
RikardJanuary 15, 2020 at 2:47 pm #1174015Thanks, Rikard.
Last thing – can you explain when I should use quick CSS and when I should be putting my changes in the CSS file for the child theme? I’m a little confused about that.
Thanks,
January 15, 2020 at 2:54 pm #1174019Hey,
You are using a child theme, so you can choose between two :)
You had a missing curly bracket in your Quick CSS field. I added it so now CSS should work correctly.
In case you experience such issue in future, you can check for errors in your CSS code using – http://csslint.net/ :)
Regards,
YigitJanuary 15, 2020 at 3:09 pm #1174028Thanks, Yigit!
January 15, 2020 at 3:15 pm #1174033 -
AuthorPosts
- The topic ‘Testimonial: Issue changing name size’ is closed to new replies.