Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #924956

    How can I change the catalogue elements (title size/color) & text size/color?

    #924984

    Hey,

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

    .av-catalogue-title {
        font-size: 24px;
        color: red;
    }
    .main_color .av-catalogue-content {
        color: orange;
        font-size: 20px;
    }
    

    Best regards,
    Yigit

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