Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #656719

    Hi,

    How do I change the font and size of the preview title and text in Ajax portfolio? Thanks!

    #656723

    Hey eliwu18!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .portfolio-preview-title {
        font-size: 18px;
    }
    .ajax_slide .entry-content-wrapper {
        font-size: 12px;
    }

    Cheers!
    Yigit

    #657596

    Thanks Yigit, but it still doesn’t seem to be working! What else could I add?

    #657600

    Hey!

    Please post the link to your page and point out the changes you would like to make so we can make sure that we are on the same page :)

    Regards,
    Yigit

    #657631

    There’s an Ajax portfolio near the bottom of the page, and the preview text is a little too big. I’d like to change it so it fits with the picture

    #658049

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .entry-content p {
        font-size: 13px;
        line-height: 19px;
    }
    

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.