Okay
  Public Ticket #2022794
Home 6 - Customization
Closed

Comments

  • Charlene started the conversation

    Hi Good Day, 

    I have purchased your Ordo theme for themeforest.net.  I have chosen to use 'Home6' as my home page how ever i am having some issues customizing it.  

    1) I'd like to change the colors of the headers and logo. 

    2) Have some guidance as to how the 'Our Categories' tab in the header to show? 

    3) On the 'Shop' page: https://exquisiteblends.com/shop/ I'd like to have a filter selections on that page...just like this one https://demo.themeftc.com/ordo/shop/?options=0-1-3

    4) I'd like to change the color of the breadcrumb text. 

        

  •  2,634
    Kevin replied

    Hi Charlene !

    Please leave your login account wp-admin, I will guide you to set up your parts

    thank you

  •   Charlene replied privately
  •  2,634
    Kevin replied

    Hi Charlene  !

    # You can select the header-layout to get the menu display "Our ctegories" and set up in Appearance-> menu (menu with the function of vertical menu)
    Please select the header at Appearance-> Themeoption-> General-> header of inner page
    # Logo colors depend on the photos you upload
    # to change the layout like the demo in the Shop go to Appearance-> Themeoption-> Ecommerce-> Product Category-> Product Category Layout and select the layout
    https://prnt.sc/ntqa8j
    The color of the breadcrumsb title is being pre-set by the css consisting of 2 previous parts and the main part
    -> main part
    http://prntscr.com/ntqanj
    It is receiving the main color of the theme you selected
    -> previous section
    https://prnt.sc/ntqas5
    it is receiving white (slightly hard to see)
    To change this color go to Appearance-> Customize-> additional Css and add the following css attribute
    .breadcrumb-title .breadcrumbs-container a {
        color: #000;
    }

    #000 is the color code you can change

    thank you