Some style changes

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

    Is it possible to change the price in font style bold? -> see attachment producten archief
    Is it possible to change the button color? I would like to have the buttons green with white text into it.
    -> see attachment producten archief

    Thank you.
     

    Attached Files:

  2. sameerwalkar

    sameerwalkar Guest

    Hi,

    Kindly provide your site URL.

    Regards,
    Sameer
     
  3. maggiemae

    maggiemae Member

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

    sameerwalkar Guest

    Hi,

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

    Code:
    span.price .amount font {
      font-weight: bold;
    }
    span.price .amount {
      font-size: 14px;
    }
    .woocommerce a.button{
    color: #EDE9E9 !important;
    background-color: #96C088 !important;
    }
    Regards,
    Sameer
     

Share This Page