Need help with a few items - by plush - on WordPress WooCommerce support

This topic has 8 replies, 3 voices, and was last updated 9 years, 5 months ago ago by Jack Richardson

  • Avatar: plush
    plush
    Participant
    August 30, 2015 at 19:59

    Hello,

    Noticed a few other things I need help with besides an issue I have on another topic:

    1) The default parallax section and picture on home screen won’t change after changing the picture in 8themeoptions/general/header settings/breadcrumbs background. The headers on top changed in different menus with the picture but not in the middle of the home page. Where do I change this?

    2) Promo popup: how do I make newsletter popup it doesn’t popup even though its enabled?

    3) How/where can I change the font color of the header menu titles in the home page. I figured out how to change background color header but not the titles?

    Thats it for now

    Thank you.

    7 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    August 31, 2015 at 08:37

    Hello,

    1. You need edit your home page in Pages section and edit row settings:
    http://storage3.static.itmages.com/i/15/0831/h_1441006434_1928360_0055954424.png

    2. We’ll fix the bug with popup window in the next version.
    Sorry for inconveniences.

    3. Go to 8Theme Options > Styling > Navigation.

    Regards,
    Eva Kemp.

    Avatar: plush
    plush
    Participant
    August 31, 2015 at 21:50

    Regarding the header menu, how can change the color of the “dollar amount”, shopping bag color and quantity color in the bag on the top of the menu? Thank you.

    Avatar: Eva
    Eva Kemp
    Support staff
    September 1, 2015 at 08:15

    Hello,

    Please add this code in 8Theme Options > Typography > Custom CSS > Global Custom CSS:

    .cart-design-2 .shopping-cart-widget .shop-text .total span {
      color: white;
    }
    .cart-design-2 .shopping-cart-widget .cart-bag::before, .cart-design-2 .shopping-cart-widget .cart-bag .badge-number {
      border-color: white;
    }
    .cart-design-2 .shopping-cart-widget .cart-bag .badge-number::before {
        box-shadow: white;
    }

    Write your color value.

    Regards,
    Eva Kemp.

    Avatar: plush
    plush
    Participant
    September 1, 2015 at 09:25

    Ok I’m not the best at this, can you please show example of where I write my ‘color value’, by color value do you mean the hex and where to I write this in the above example.

    I want the total dollar amount to be ‘red’

    Prefer shopping bag to be ‘blue’ (although will play around with this once I see example)

    And the quantity of bag to remain white for now.

    I was able to change the dollar amount to red through appearance/editor/style.css earlier but decided to remove it after seeing your reply and want to do it your suggested way.

    Thank you.

    Avatar: Eva
    Eva Kemp
    Support staff
    September 1, 2015 at 11:39

    Hello,

    I’ve added this code in Global Custom CSS section:

    .cart-design-2 .shopping-cart-widget .shop-text .total span {
      color: red;
    }
    .cart-design-2 .shopping-cart-widget .cart-bag::before, .cart-design-2 .shopping-cart-widget .cart-bag .badge-number {
      border-color: blue;
    }
    .cart-design-2 .shopping-cart-widget .cart-bag .badge-number::before {
        box-shadow: 0px 0px 0px 35px blue inset;
    }

    Please check the cart icon now.

    Regards,
    Eva Kemp.

    Avatar: plush
    plush
    Participant
    September 2, 2015 at 01:12

    I think I like it! Thank you.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 2, 2015 at 07:06

    Hello,

    You’re welcome.

    Best regards,
    Jack Richardson.

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

The issue related to '‘Need help with a few items’' has been successfully resolved, and the topic is now closed for further responses

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