Spring Offer Is To Get WP Bundle of 65+ Themes At 15% Discount " TPRIDE15 "   
Get Premium WordPress Themes At 20% Off "GETPRO20"

shop page text color

HOME Forums Support shop page text color

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #588
    Sven Bollen
    Participant

    Hello,

    I’m havong trouble trying to changel the text color of my categories and products.
    They are dark gray on a black background.

    Is there a solution to this?
    I have a test user with admin rights so you could take a loke into it.
    I want al text to be white.

    #590
    support
    Participant

    Hi,

    Kindly provide us the link where you want to do the changes.

    Thank You.

    #595
    Sven Bollen
    Participant

    Hi,

    On the category pages for instance. The categories are’t visible (underneath the pictures) and also the NaN label is white.. would like that black or gone as well. Been looking into what that is but without succes –> http://b-rpm.nl/wp/shop/

    And on the product pages we have the same issue, one will fix the other I guess ๐Ÿ™‚ –> http://b-rpm.nl/wp/product-category/carparts/serviceitems/

    thank you

    #596
    Sven Bollen
    Participant

    Someone in my other thread solved it. Didn’t see it. THX anyways ๐Ÿ™‚

    #597
    Sven Bollen
    Participant

    Only problem i’m having is the account/register page.

    http://b-rpm.nl/wp/my-account/

    The title text is gray and the labels on the right are black with black text. The labels need to be white like the login labels
    Actually except for the login labels, all other are black. In the edit account page, address pages,…
    But again, one fixes the other ๐Ÿ™‚

    thanks

    • This reply was modified 4 years, 10 months ago by Sven Bollen.
    #601
    support
    Participant

    Hi,

    Add this CSS in Additional CSS:

    .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    color: #ef3525 !important;
    }

    Thank You.

    #603
    Sven Bollen
    Participant

    excelent… This is great, and a better solution than white inputboxes ๐Ÿ™‚

    You’ve been a great help thank you very much. The layout looks without error.
    Maybe some minor things will pop-up but for now… we can launche the site

    #605
    support
    Participant

    Hi,

    My pleasure

    Please check our email and response us

    Thank you

    #608
    Sven Bollen
    Participant

    I gave you 5 tar rating ๐Ÿ™‚

    But I found an other problem withing the shop.
    We would like to use ratings. And have about the same problem as in the account page.

    In the product review section, the input text needs to be in our red color.
    But also the review pagetitles is in dark grey, and not really visible on the page.

    http://b-rpm.nl/wp/product/motul-sport-5w-40-ester-synthetic-car-engine-oil/

    1) inout label text should be in red
    2) review pagetitles need to be white (not the title entered by the user)

    #609
    support
    Participant

    Hi,
    Thank you for the review

    Go to Dashboard -> Appearance -> Customize -> Additional CSS -> Paste below CSS there -> Publish

    .woocommerce #review_form #respond textarea {
    color: #bb2609;
    }
    input[type=”text”], input[type=”tel”], input[type=”email”], input[type=”phno”], input[type=”password”], textarea {
    color: #bb260b;
    }
    .woocommerce div.product .product_title {
    color: #fff;
    }
    #customer_login h2{
    color: #fff;
    }
    Thank you

    #614
    Sven Bollen
    Participant

    Again great solution.

    still one remark. The Product tabs and title.
    Is there a shortcode to change the appearance (text color) too?

    I’ve been trying myself without succes.

    Apolagies for the many questions ๐Ÿ™‚

    #615
    support
    Participant

    Hi,

    Sorry, but we are not able to understand can you please give us little more information or screenshots for the better understanding.

    Thank you

    #616
    Sven Bollen
    Participant

    Hello,

    No problem.
    Here’s a screenshot. You see the tabs are white as is the text. I’d like to change te color of the tabs.

    Also the words “description” and “related products” are dark grey. They need to be white.

    screenshot

    • This reply was modified 4 years, 10 months ago by Sven Bollen.
    #619
    support
    Participant

    Hi,

    Use this CSS:

    .woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: black;
    text-shadow: inherit;
    }

    .shop h2 {
    color: white;
    }

    Thank You.

    #623
    Sven Bollen
    Participant

    Fantastic!

    Thank you very much for the support. Great Service

Viewing 15 posts - 1 through 15 (of 16 total)
  • You must be logged in to reply to this topic.
Translate ยป