Home Forums Reef Several questions

Viewing 1 reply thread
  • Author
    Posts
    • #246
      Anonymous
      Inactive

      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 services

      Thanks for reply

      Regards,
      Stepan

    • #258
      keonthemes
      Keymaster

      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, 1 month ago by keonthemes.
      • This reply was modified 7 years, 1 month ago by keonthemes.
Viewing 1 reply thread
  • You must be logged in to reply to this topic.