Change Font Color/Size, add graphic in Homepage Full Cols Description

Discussion in 'Gommero WordPress Theme' started by irissalmins1, Nov 3, 2013.

  1. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    Is this possible with CSS?

    Thanks in advance for your time!
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .full_cols p {
    font-size: 13px;
    color: red;
    }
    In place of "red" you can put your color or color code
    and you can also change the value of "font-size" as per your requirement.

    To add the image in "Homepage Full Cols Description" section,
    go to the Appearance > Theme Options > Home Page Settings panel in your dashboard and paste the image code given below in the "Homepage Full Cols Description" section.

    Code:
    <img src="Enter the your image URL address here">
    This will solve your issue.

    Note: Use the image of optimal dimension for this section.
     

Share This Page