icon next to title

Home Forums Jevelin Theme icon next to title

Home Forums Jevelin Theme icon next to title

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • bluebee
    Participant

    hello,

     

    in this link http://bluebeecreation.com/beta2/services/

     

    i tried to add an icon next to the title but i couldn;t

     

    here a screenshot , i need the same design of the text but to add an icon next to it

     

    can you help me how to make it

     

    thanks

    Attachments:
    You must be logged in to view attached files.

    Hi @bluebee,

     

    Thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .page-id-1128 h2.sh-heading-content:before {
        content: "\e650";
        font-family: 'themify';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        color: #0095db!important;
    }

     

    Best regards,
    Shufflehound team

    bluebee
    Participant

    hello,

     

    thanks for the feedback , but sorry maybe my previous email wasn’t clear enough,

     

    in the screenshot attached you will see an icon of a book and below the icon ,  a title of : “graphic design services”

     

    i need the icon and graphic design services to be 1 line , in the code above all the subtitles will have  an icon

    Attachments:
    You must be logged in to view attached files.

    To achieve that please use below CSS code instead of above shared CSS code.

     

    .page-id-1128 .sh-icon-left {
        float: left;
        margin-right: 15px;
        margin-top: 5px;
    }
Viewing 4 posts - 1 through 4 (of 4 total)