• Resolved mmpineda

    (@mmpineda)


    Hi,

    I have installed the plugin and I like it, but I would like to change the Amazon products title font size.

    It seems that it gets the font size of my template, but that’s not a good idea in this case, because it’s too big.

    I would like to be able to change both font-size and even font-family itself on products titles and descriptions.

    I have copied the templates folder under my theme folder and have deleted all other files but template.php and styles.css

    I’m able to open the styles.css but I don’t understand too much about css styles and I don’t know what to edit exactly.

    I do know that I need to put “font-size: 12px;” or something similar in the right place, but I don’t know where exactly.

    Could you please help me on this?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author miunosoft

    (@miunosoft)

    Hi,

    You can add custom CSS rules via Dashboard -> Appearance -> Customize -> Additional CSS.

    In your case, try adding something like the following as you seem to have multiple widgets with different Amazon Auto Links templates.

    
    .elementor-widget .amazon-product-title {
      font-size: 1em;
    }
    
    Thread Starter mmpineda

    (@mmpineda)

    Thank you very much for your help! ??

    Plugin Author miunosoft

    (@miunosoft)

    You’re welcome. Glad it helped!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Template and CSS styles – How do I change products titles font family and size?’ is closed to new replies.