Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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,

    #1173655

    Hey 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,
    Victoria

    #1173668

    Thanks, Victoria.

    I’m new to this theme. Is there a rhyme / reason to use quickCSS vs adding to the theme?

    #1173696

    Hi 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,
    Victoria

    #1173745

    Hey 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,

    #1173859

    Hi,

    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,
    Rikard

    #1174015

    Thanks, 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,

    #1174019

    Hey,

    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,
    Yigit

    #1174028

    Thanks, Yigit!

    #1174033

    Hi,

    You are welcome! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Testimonial: Issue changing name size’ is closed to new replies.