Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #933154

    Hi Ismael

    I opened a new Ticket last Wednesday I think, but had no response so far. So please let me have an answer to the question below:
    If you look at the site http://testsite-adb.com Store/Home page, I asked how do I change the Font and Size of the wording describing the product and price of the article. Like MOUSE R100 for example. The options in Enfold don’t seem to have any effect on this via the General and Advanced styling options. The fonts created by EasyCart are not being overwritten

    I have been thru various videos and the ENFOLD menu but do not see how to do it there?

    Thanks
    Alan

    #933337

    Hey zuus_3802,

    The plugin css uses !important for almost all the rules for that text, it is a bad practice.
    Image 2018-03-27 at 10.56.14.png

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #main #ec_store_product_list h3.ec_product_title_type4 a {
      font-size: 13px;
    } 
    #main #ec_store_product_list .ec_price_container_type4 span {
      font-size: 14px;
    }
    

    You can change the valuesin px to whatever you need.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #933464

    Hi Victoria Thanks for the email. I tried both solutions but they did not work. However in the meantime EasyCart has sent me a fix which I placed in Enfold > General Styling > Quick Css which has sorted out the problem.
    Best Alan

    #933496

    Hi Alan,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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