Tagged: ,

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #722682

    Hi,

    i want to chance the font size from the Shop-Description what i must do?

    Greets mexi

    #722702

    Hey mexi33330,

    Please clarify if it is shop description or product description? Also would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    #722727

    Hi Vinany,

    the link is https://www.lightdraw.de/shop/

    I will resize the font in the shopdescription “Lightdraw | Ihr Shop für FineArtFotografie und Fotografenzubehör”. i found no opportunity.

    Best regards

    mexi

    #723001

    Hi,

    I’m guessing that you don’t want the header to extend under that element you have to the right? If so then please try this in Quick CSS:

    #av_product_description h1 {
      max-width:50%;
    }

    Best regards,
    Rikard

    #723048

    Hi,

    i don’t want to resize the container, i want to change the Fontsize.

    Greets

    mexi

    #723527

    Hi,

    Ok, please try this instead:

    #av_product_description h1 {
      font-size:25px !important;
    }

    Best regards,
    Rikard

    #723649

    Hi Rikard,

    perfect :-)

    How can i change the positon of the text (left or right?)

    Thank you :-)

    Greets

    mexi

    #724138

    Hi,

    You can try this to align it to the right:

    #av_product_description h1 {
      float:right; 
    }

    If that is not what you’re looking for then please post a screenshot highlighting the changes you would like to make.

    Best regards,
    Rikard

    #724295

    Hi,

    thats it :-) Thank you for your help.

    Best regards

    mexi

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Change the Font-Size from Shop-Description’ is closed to new replies.