Looking for particular styling parameters

This topic has 6 replies, 3 voices, and was last updated 2 years, 5 months ago ago by Rose Tyler

  • Avatar: AHS
    AHS
    Participant
    November 9, 2021 at 03:33

    Hi,

    There are certain parameters that I can’t find:

    1. Price color and font size in product category and detailed pages?
    2. How can I limit the background color for promo text to only the text instead of the whole length of the element?

    Thank you,
    Amir

    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 9, 2021 at 10:11

    Hello,

    1/ Custom CSS code can be used. Please provide URL
    2/ Provide an example/screenshot + URL.
    Use Lightshot screenshot or Gyazo tool to share links to your screenshots.

    Regards

    Avatar: AHS
    AHS
    Participant
    November 14, 2021 at 20:01

    Re. item 2: Please see private message

    I want the background color to only cover the length of the text and not the whole width of Text Pomo element.

    Please contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    November 15, 2021 at 12:40

    Hello,

    Provide us with link to your site and temporary WP Dashboard access to your site to check the issue in more detail and help you with the custom code.

    Regards

    Avatar: AHS
    AHS
    Participant
    November 20, 2021 at 01:24

    Please see private message

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 20, 2021 at 14:20

    Hello,

    Price color and font size in product category and detailed pages?

    – try to add the next code in Theme Options > Theme Custom CSS:

    .content-product .price {
        font-size: 20px;
        color: #222;
    }

    I want the background color to only cover the length of the text and not the whole width of Text Pomo element.

    – try the next code:

    .header-main .et_promo_text_carousel .swiper-slide span {
        background-color: #eeee22;
        min-height: 100%;
        padding: 10px;
    }
    .header-main .et_promo_text_carousel {
        background: transparent;
    }

    Regards

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

Helpful Topics

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.