• Resolved ibogo

    (@ibogo)


    EXAMPLE

    (scroll down)

    We need to change color of red part of arrow.

    Our code changes bottom-right color, but not the red part.

    Anyone know a solution?

    Thank you

Viewing 9 replies - 1 through 9 (of 9 total)
  • @ibogo

    I think you must be talking about the red/orange part of the arrows, right?

    Put this in your custom css file or child theme and play around with the color.

    .deals-more-content .deals-more-discount-box {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 45px;
    border-color: gray transparent transparent gray; /* the gray was the red part */
    position: absolute;
    top: 1px;
    left: 1px;
    }

    Thread Starter ibogo

    (@ibogo)

    Thank you, it works ??

    Maybe you can help with this;

    We need to change price color as well.

    That would be the red price at bottom of deal.

    We know how to change strikethrough price color only.

    Again, it is the red price at bottom of deal.

    Your help is much appreciated sir.

    Wordfence is throwing its standard “Your access to this site has been limited” (HTTP response code 503) hissy-fit.
    ############
    The reason you access was limited is: “Exceeded the maximum number of page not found errors per minute for humans.”.

    If this is a false positive, meaning that your access to your own site has been limited incorrectly, then you will need to regain access to your site, go to the Wordfence “options” page, go to the section for Firewall Rules and disable the rule that caused you to be blocked.
    #######

    Let me know when you’ve either disabled or changed the rules.

    Thread Starter ibogo

    (@ibogo)

    Settings are now updated, please try again.

    I’m getting the same response

    Thread Starter ibogo

    (@ibogo)

    Everything is now unlimited.

    Also, 1min block only.

    Do try it again.

    Okay, here’s what I come up with:

    .deals-more-content .deals-more-price-box span {
    font-size: 24px;
    color: #3498DB; /* change to your preferred color */
    }

    Thread Starter ibogo

    (@ibogo)

    Great.

    Thank you ??

    Glad to help.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Change color to blue’ is closed to new replies.