Circle Associated with each Feature Heading

Discussion in 'ToomMorel WordPress Theme' started by espycameras, Nov 6, 2014.

Thread Status:
Not open for further replies.
  1. espycameras

    espycameras New Member

    Joined:
    Dec 28, 2011
    Messages:
    25
    Likes Received:
    1
    I have four feature headings on my front page. To the left of each Feature Heading is a small gray circle with a number 1-4. How do I change the color of the circle and replace the number with a letter A, B, C, or D?
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    1. We have used gray color circle image with 1,2,3,4 numbers.
    Paste the code given below in Custom CSS section with your desired color circle image path in below code.
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .circle {
    background: url(image URL) no-repeat;
    }
    2. You can change 1,2,3,4 to A,B,C,D as shown below in screenshot.

    6nov1.png

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. espycameras

    espycameras New Member

    Joined:
    Dec 28, 2011
    Messages:
    25
    Likes Received:
    1
    It worked brilliantly. Thank you
     
    Yogesh likes this.
Thread Status:
Not open for further replies.

Share This Page