Is it possible to add an icon next to the page title like on the sidebar widget titles? Thanks Rachel
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.