Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #320631

    Hi,
    How can I change the Change Font Size of the Titles in the Magazine Layout.
    Thanks,
    Ken

    #320637

    Hey Ken!

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

    .av-magazine .av-magazine-content-wrap .av-magazine-title {
    font-size: 20px; }

    Regards,
    Yigit

    #973255

    Hi,

    I tried this code and other codes I found for this problem, but none of them worked.
    The font is still huge…

    Could you help me please?

    #973702

    Hi seykom,

    I do not see any magazine element anywhere. Do you mean the catalog element?

    Best regards,
    Victoria

    #974103

    HI,

    yes, sorry, the catalog element. The font is absolutely too big…

    #974498

    Hi,

    What is the link so you can check that, I cant find that element anywhere

    Best regards,
    Basilis

    #974671

    Hi,

    this element (https://picload.org/view/dopplgpl/bild2.jpg.html) is made of the catalog element and the font is too big.
    All codes I found in the forum didn´t work..

    #974802

    Hi,

    I added following code to bottom of Quick CSS field

    .av-catalogue-title { 
        font-size: 20px; 
    }
    .av-catalogue-content {
        font-size: 16px;
    }

    Please review your website

    Best regards,
    Yigit

    #974806

    Hi,

    taht worled :) But the prices are still big…

    #974830

    Hi,

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

    CSS Snippet:

    
    .av-catalogue-price {
        font-size: 14px;
    }
    
    

    Best regards,
    Yigit

    #974833

    Perfect! :)

    #974846

    Hi,

    Great! I’m glad you were able to get this resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Change Font Size of Titles in Magazine Layout’ is closed to new replies.