Some style changes 2

Discussion in 'Blackriders WordPress Theme' started by maggiemae, Mar 19, 2015.

  1. maggiemae

    maggiemae Member

    Joined:
    Dec 15, 2014
    Messages:
    139
    Likes Received:
    0
    Hello

    See attachment --> for my questions.

    1. I would like to change the color from the beam.
    2. Is it possible the change the grey background color and the black text into different colors?
    3. I would like to change the font style into lettertype century gothic.

    Thank you.
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello maggie!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .page_heading_container {
      background: red;
    }
    .woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info {
      background-color: green !important;
      color: white !important;
      font-family: Century Gothic !important;
    }
    Thanks,
    Praveen
     
  3. maggiemae

    maggiemae Member

    Joined:
    Dec 15, 2014
    Messages:
    139
    Likes Received:
    0
    Hello Praveen,

    Thank you but the changes I have mentioned in the attachment (with the red circle around it) aren't changing.

    Can you help me out?
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello maggie!

    I am unable to find the product page that you have mentioned in your query.
    Could you please provide me the product page url so that I can help you in resolving your issue?

    Thanks,
    Praveen
     
  5. maggiemae

    maggiemae Member

    Joined:
    Dec 15, 2014
    Messages:
    139
    Likes Received:
    0
  6. sameerwalkar

    sameerwalkar Guest

    Hi,

    Kindly use the below code:
    Code:
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
      border: 1px solid #919191 !important;
      background-color: #0FCD20 !important;
    }
    div#tab-description h2 font {
      font-family: century gothic;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
      color: #E81F1F !important;
    }
    woocommerce-message a {
    color: white !important;
    font-family: Century Gothic !important;
    }
    .page_heading_container {
      background: red;
    }
    .woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info {
      background-color: green !important;
      color: white !important;
      font-family: Century Gothic !important;
    }
    
    Regards,
    Sameer
     
  7. maggiemae

    maggiemae Member

    Joined:
    Dec 15, 2014
    Messages:
    139
    Likes Received:
    0
  8. sameerwalkar

    sameerwalkar Guest

    Hi,
    To change it kindly use the below code:

    Code:
    .woocommerce div.product .woocommerce-tabs ul.tabs li a font {
      font-family: century gothic;
    }
    Regards,
    Sameer
     

Share This Page