Custom CSS code required to create buttons

Discussion in 'Subscribely v2 WordPress Theme' started by pphani, Aug 5, 2014.

  1. pphani

    pphani New Member

    Joined:
    Jul 25, 2014
    Messages:
    15
    Likes Received:
    0
    Hi All,

    Can you please provide me some CSS code to create color boxes to highlight important points or links.

    For example:

    These are the boxes with hyperlinks to other pages. It will be easier for us to highlight important links.

    color codes.png

    Thank You,
    P Phani.
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Can you please provide more details about your requirement like , section where you want to create color boxes etc..


    Thanks & Regards
    Pramod Patel
     
  3. pphani

    pphani New Member

    Joined:
    Jul 25, 2014
    Messages:
    15
    Likes Received:
    0
    Hi Pramod,

    I want to create simple color boxes to hyperlink important pages, to highlight the importance.

    Thank You.
     
  4. PankajK

    PankajK Support Staff

    Joined:
    Aug 8, 2014
    Messages:
    93
    Likes Received:
    5
    Hi pphani
    The following CSS creates a color boxes as above.
    Add a class to the anchor 'colorbox' or simply find the class of that box., write following CSS to your Custom CSS

    Code:
    a.colorbox {
    color: #fff;
    background: #469BD1;
    border-radius: 0;
    font-size: 16px;
    padding: 8px 13px 12px 13px;
    }
     

Share This Page