Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #855757

    allcal
    Participant

    I created a page with a woocommerce category shortcode and wrapped it in a div class=”shortcodecss”. I have used that to create styling and layout, but I can’t seem to get the font size of the short product description to change or the color of the price? I tried adding color:#000000 to the .price css and the font-size to .shortcodecss but that isn’t working.

    .shortcodecss {
    text-align:center;
    }
    .shortcodecss .entry-header{
    width:100%;
    }
    .shortcodecss .mobiletapeimage{
    display:none;
    }
    .shortcodecss .add_to_cart_button{
    display:none;
    }
    .shortcodecss .yith-wcwl-add-to-wishlist{
    display:none;
    }

    .price {
    margin-top:-42px;
    font-weight: bold;
    }

    #856147

    Christian
    Moderator

    Hey there,

    Thanks for writing in! Regretfully, this particular customization request is outside the scope of our support as this is not related to an issue with the theme and instead has to do with your customization of it. As such, you will need to investigate this particular issue on your own or seek help from a developer should you not feel comfortable making these changes yourself. If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries.

    Thank you for your understanding.