Home › Forums › Reef › Several questions › Reply To: Several questions
Hello Kuldas,
Thank you for using our Reef Theme. We are always happy to help you.
1. Yes, of course it is possible to change the inner banner for each page.Please follow any of the following approaches to make it happen:-
a. You can do it by adding custom CSS from appearance > customize > additional CSS section. Add your CSS just like this:
For the post:
body.postid-{{id}} .wrap-inner-banner { background-image: url(YOUR-IMAGE-PATH.PNG) !important; }
For the page:
body.page-id-{{id}} .wrap-inner-banner { background-image: url(YOUR-IMAGE-PATH.PNG) !important; }
For the category:
body.category-{{id}} .wrap-inner-banner { background-image: url(YOUR-IMAGE-PATH.PNG) !important; }
Note: Please replace {{id}} with actual id and (YOUR-IMAGE-PATH.PNG) with your image path. You can get the id from your dashboard
while editing a post, page or category in the address bar.
b. You can do it by customizing the theme. We always recommend you to create a child theme and customize it. Please check the following
reference link to create the child theme. https://codex.wordpress.org/Child_Themes
c. For customization you may hire a theme customizing person.For this our team may help you out. http://keonthemes.com/hire-now/
2. REEF Theme supports following social media icons:-
a. facebook
b. twitter
c. youtube
d. instagram
e. pinterest
f. wordpress
Apart from all we have all the features you noted in our premium version of REEF. i.e REEF PLUS. Please be patience while we make it available. We hope this will help you move on. Happy blogging!
Regards,
Keon Themes Support Team
-
This reply was modified 7 years, 4 months ago by
keonthemes.
-
This reply was modified 7 years, 4 months ago by
keonthemes.