- This topic has 1 reply, 2 voices, and was last updated 7 years, 1 month ago by keonthemes.
-
AuthorPosts
-
-
November 2, 2017 at 9:58 am #246AnonymousInactive
Hello,
I should have a few questions about your theme.
1) Is it possible to set the internal banner for each category, post, etc. separately? The default option is unusable
2) How do I add social network icons? Other than Facebook, Twitter, etc.
3) How can I add more “services”? I provide 6 servicesThanks for reply
Regards,
Stepan -
November 5, 2017 at 6:32 am #258keonthemesKeymaster
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_Themesc. 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. wordpressApart 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, 1 month ago by keonthemes.
- This reply was modified 7 years, 1 month ago by keonthemes.
-
-
AuthorPosts
- You must be logged in to reply to this topic.