This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Page text color Title and Sidebar not responding

Resolved 13 replies premiumthemetheme-vantage
11 years ago · Last reply by Andrew Misplon 10 years ago

Greetings, Love Vantage premium.

It was easy to follow the steps here to change the them to black and the text to white. Except, I have a couple stubborn areas 1 found on the http://petermccarthy.net/shop/ (page title still gray)

And my products text hasn’t changed color either, ….see here http://petermccarthy.net/product/get-the-shred-out-2/

any css to have them respond like the rest of the site?

Thanks!
Peter

URL: http://www.petermccarthy.net/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

13
  1. Andrew Misplon Staff 11 years, 16 days ago

    Hi Peter

    Thanks for your support. Try the following under Appearance > Custom CSS:

    .woocommerce #page-wrapper h1.page-title,
    .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count,
    #secondary .widget .widget-title, #footer-widgets .widget .widget-title,
    .mc4wp-form label,
    .woocommerce #page-wrapper .product h1.entry-title {
    color: #fff !important;
    }

    Let me know if we missed anything.

  2. Peter McCarthy 11 years, 16 days ago

    Many thanks!!! that worked great. Just wondering if you can help me tweak 1 more thing. My review star ratings for products,…can’t really be seen, and the words “add a review” are gray…”category” “tags” as well.

    I can live with this,…but if it;’s easy enough to make the stars in reviews legible. that’d be great.
    http://petermccarthy.net/product/kid-char-guitar-solo/#reviews

    thanks again!

    excellent theme!!!

    Peter

  3. Andrew Misplon Staff 11 years, 15 days ago

    Glad we made some progress. Thanks again for the support. Please try the following instead:

    .woocommerce #page-wrapper h1.page-title,
    .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count,
    #secondary .widget .widget-title, #footer-widgets .widget .widget-title,
    .mc4wp-form label,
    .woocommerce #page-wrapper .product h1.entry-title,
    .product_meta .posted_in,
    .product_meta .tagged_as,
    .price .amount {
    color: #fff !important;
    }
    .woocommerce div.product span.price del, .woocommerce div.product p.price del, .woocommerce #content div.product span.price del, .woocommerce #content div.product p.price del, .woocommerce-page div.product span.price del, .woocommerce-page div.product p.price del, .woocommerce-page #content div.product span.price del, .woocommerce-page #content div.product p.price del {
    color: #fff !important;
    }
    .woocommerce .star-rating {
    color: #fff !important;
    }

    Thanks

  4. Peter McCarthy 11 years, 15 days ago

    Fantastic!!!!!!

    thank you very much, awesome theme and support!!!!

    Best-

    Peter

  5. Andrew Misplon Staff 11 years, 15 days ago

    Super, really glad to hear that helped.

  6. Peter McCarthy 11 years, 14 days ago

    Hi Again, Andrew. I may have spoken too soon. I thought the code you gave me fixed everything.

    What I’m looking to do is have ALL white text against my black background.

    It seems now the circle widgets text is defaulting to gray text even though I keep changing this to #fffffff (white) in the (appearance/customize)
    http://www.petermccarthy.net

    any thoughts on this?

    Thanks again

    Peter

  7. Andrew Misplon Staff 11 years, 14 days ago

    For sure, that widget has some specific styling, sorry about that, it wasn’t included in what I sent through.

    Please try using the below to set colors as required for that widget. Change my values to yours.

    /* Circle Icon Heading Color */
    .widget_circleicon-widget .circle-icon-box h4 {
    color: #3b3b3b !important;
    }
    /* Circle Icon Text Color */
    .widget_circleicon-widget .circle-icon-box p.text {
    color: #5e5e5e !important;
    }
    /* Circle Icon More Link */
    .widget_circleicon-widget .circle-icon-box a.more-button {
    color: #3b3b3b !important;
    }
    .widget_circleicon-widget .circle-icon-box a.more-button:hover {
    color: #dd3333 !important;
    }
    /* Vantage set Circle Icon Widget Icon color */
    .widget_circleicon-widget .circle-icon-box .circle-icon [class^="icon-"] {
    color: #FFFFFF;
    }
  8. Peter McCarthy 11 years, 14 days ago

    Andrew!

    Looks like that did it…

    Cannot thank you enough.

    Best-

    Peter

  9. Andrew Misplon Staff 11 years, 14 days ago

    Awesome, glad that helped :)

  10. Peter McCarthy 10 years, 11 months ago

    Hi Andrew,
    I noticed 1 tiny appearance issue with vantage theme,..wanted to see if you’d suggest a slight tweak.

    It’s the box that says “signup” found here……it should be showing as white, but it’s kind of blobbed black

    http://petermccarthy.net/music-blog/

    Thxs again!
    Peter

  11. Andrew Misplon Staff 10 years, 11 months ago

    Hey Peter

    MailChimp CSS getting in the way. Try the following under Appearance > Custom CSS to fix:

    /* Buttons */
    button, html input[type="button"], input[type="reset"], input[type="submit"] {
      background: #ffffff !important;
      background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dfdfdf), color-stop(1, #ffffff)) !important;
      background: -ms-linear-gradient(bottom, #dfdfdf, #ffffff) !important;
      background: -moz-linear-gradient(center bottom, #dfdfdf 0%, #ffffff 100%) !important;
      background: -o-linear-gradient(#ffffff, #dfdfdf) !important;
    }
  12. Peter McCarthy 10 years, 11 months ago

    Fantastic!!! thanks a million Andrew!!!

  13. Andrew Misplon Staff 10 years, 11 months ago

    For sure :)

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread