• Closed
  • Johan Bergstad
    Spectator
    20.05.2014 at 21:47 #8428

    HI again, I implemented woocommerce as in your demo (by the way, after installing demo content the shop only shows a string but no content) but I need to make some adjustments to the css of the title of the product as you see in this link: http://mindfulnessacademy.se/produkt/cd-dagliga-droppar-mindfulness-ca-30-000-salda-ex/

    Is there an easy way to adjust the line-height to 30px or do I have to make a child-theme with style.css? I tried that once but it didn’t work. It messed up the whole site…. I’m still new to WP 😛

    Roman
    Spectator
    Posts: 3147
    20.05.2014 at 22:07 #9810

    in the theme options panel in the Custom CSS section insert for example:

    Code:
    #main .product .product_title {line-height:30px;}

    Johan Bergstad
    Spectator
    Posts: 32
    20.05.2014 at 22:26 #9811

    I found it myself a minute ago and tried it out :-). Worked perfect. Just before I read your answer:-). thx anyway! u’r quick, i like that