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

    Hey there good afternoon. Please help I just spent over an hour and half just trying to get the shop headers to NOT BE SIZE 40PX. I tried the code below which works when you inspect the element but it WILL not reduce in size. I don’t understand why this is so hard? I also need the price centered below the heading if you can please help. The site is in coming soon mode so you have to log in using the private information below to see the site.

    .products .product h2, h2.woocommerce-loop-product__title { font-size: 20px !important;}

    Thank you,

    #1023758

    Hey janton1,

    Your CSS is applying on my end:

    .products .product h2, h2.woocommerce-loop-product__title {
        font-size: 20px !important;
    }

    Please turn off file compression under Enfold->Performance while working on the site. Also make sure to tick the option to delete the old files.

    Best regards,
    Rikard

    #1026166

    Thanks what about centering the price? Can you give me the css for that?

    #1027038

    Hi janton1,

    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

    
    #top .inner_product_header_cell .price {
        display: block;
        margin: 0 auto;
        width: 30%;
    }
    

    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.