Add Icon to page titles

Discussion in 'RoadFighter WordPress Theme' started by powelltwtg, Aug 1, 2013.

  1. powelltwtg

    powelltwtg New Member

    Joined:
    Jul 1, 2013
    Messages:
    23
    Likes Received:
    0
    Is it possible to add an icon next to the page title like on the sidebar widget titles?

    Thanks

    Rachel
     
  2. Piyush

    Piyush Support Staff

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

    Go to the Media > Add New and upload your page title image, in the your dashboard and copy the image URL address from your dashboard.
    And then paste the code given below in Custom CSS (Appearance > Theme Option > Styling Option > Custom CSS).

    Code:
    .content-bar h1 {
    background:url(Paste that image URL address here) 1px 8px no-repeat;
    padding-left: 30px;
    }
    This will solve your issue.
     

Share This Page