Okay
  Public Ticket #1576584
Options different to Documentation and logo sizing
Closed

Comments

  • tasha_cawood started the conversation

    Hi

    On your documentation it says that you can change the background image for the breadcrumbs - on my side there is no option to do this. 

    I am using Header 9 for the home page - but I want to use Header 8 for the rest of the pages.  

    When I use Header 8 the logo goes really tiny?  And on Header 9.  I am not sure why it is doing it.  I am confused as to what image goes where as when you load the header then there are six different places where you can upload a header.

    Thanks in advance

  •  608
    WordPress replied

    Hi,

    1: Background Breadcrumb: You can goto Apr Option -> Skill-> Choose Breadcrumbs -> Upload Background


    2: Header : You can goto Apr Option -> Header -> Choose Header 8 default for all page -> Save.


    Then, you can edit page Home 9 > Scroll option Header Layout -> Choose Header type 9 -> Update


    3: Logo: You can install and active child theme. Then, you can add style css in child theme:

    @media (min-width: 992px){
        .header-v8 .header-logo img {
            width: 256px;
        }
    }
    @media (max-width: 991px){
        .header-v8 .header-logo img {
            width: 165px;
        }
    }
    Thanks!

    Alex Vũ



  • tasha_cawood replied

    Thank you so much for the prompt response.

    It is all sorted now.  I'm sorry I never saw the APR Options until you pointed it out.  

    Thanks again!