Home Forums Pro Themes Nature Bliss Pro Mobile Version

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #115679
    Biomimetic Smile
    Participant

    Is it possible to make the caption of the site and the button in the header to be centered on the mobile version. Our site is bsmile.bg

    #115690
    wensolutions
    Keymaster

    Hello,

    You can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS to get the caption and button in the mobile view.

    @media screen and (max-width: 550px){
      #site-identity {
        width: 100%;
      }
    
      a.custom-button.doante-now {
        float: none;
      }
    }

    Hope this helps.

    If you have further queries, let us know.

    Thank you.

    #115726
    Gabriella Porzio
    Participant

    Hi,
    I want to change the color in my package.
    In my website you can see three tour packages:
    Pompeii, Herculanem and Vesuvius – Pompeii, Sorrento and Positano – Positano, Amalfi and Ravello
    So if you chose randomly one of it, another page opens and there the entire text is grey.
    I want to change this color, how can I do?

    Also, another question:
    I want to add the tripadvisor Icon, Ho w can I do?
    Waiting yours,

    #115744
    wensolutions
    Keymaster

    Hello @wantours,

    Can you please once post your site URL so that we can provide you with the precise fix?

    Thank you.

    #115774
    Gianluca Maraucci
    Participant

    Hi,
    My Site URL is http://www.wantours.com
    Thank you.

    #115777
    wensolutions
    Keymaster

    Hello @wantours,

    To change the color of the content you can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS

    .wp-travel-tab-wrapper p {
        color: #1b89f1;
    }

    To add the trip advisor icon in the header section you have to add social icon following the path Admin Panel > Appearance > Customize > Menus. You can refer to the video for the proper clarification.

    https://www.loom.com/share/235c069b92d641929218157746ac8982?focus_title=1&muted=1

    Hope this helps.

    Thank you.

    #115782
    Gianluca Maraucci
    Participant

    Sorry,
    I want the tripadvisor icon.
    Now I see the chain on social menu.
    How can I do?

    #115784
    wensolutions
    Keymaster

    Hello,

    As in the previous screen record we sent, you can only get the icons with social links on the menu. You can only display the icons on the social menu and you can not only display icons on random places.

    As much as we would love to help you with this, we are unable to do so. It requires core code customization, you can consider hiring a freelancer or our professional developer.

    Regards.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.