Home Forums Pro Themes  Travel Insight Pro Cambiare la visuale del sito da mobile

Viewing 15 posts - 1 through 15 (of 30 total)
  • Author
    Posts
  • #114859
    Gianluca Maraucci
    Participant

    Vorrei cambiare la visuale del sito dal cellulare ma non riesco a farlo.
    Inoltre vorrei cambiare il colore del menu nel footer e la distanza tra le varie colonne.

    #114905
    wensolutions
    Keymaster

    Hello,

    Regarding your query about the view of the site in the mobile view, we are not quite clear on this. So can you please explain it further so that we can help you further.

    As for the color of the footer menu can you please provide your site URL so that we can provide you with the precise fix?

    Also, kindly post your query in the English language so that we can understand the query properly and help you precisely.

    Thank you.

    #114966
    Gabriella Porzio
    Participant

    Hi, thank you for your answer.
    About my question, I’d like to have the same visual of my pc.
    To be more clear, I leave below the url of my website:
    http://www.wantours.com

    Thank you in advance

    #114977
    wensolutions
    Keymaster

    Hello,

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

    .bottom-footer {
        
        background-color: #23221D;
    }

    You can adjust the background color as per your requirement.

    Regarding your query about the mobile view as same as the desktop view, there is no feature like such provided by the theme. If you want such, you can consider hiring a freelancer or our professional developer at https://themepalace.com/hire-a-customizer

    Hope this helps.

    If you have further queries, let us know.

    Thank you.

    #115266
    Gianluca Maraucci
    Participant

    Sorry, I meant to change color of menu in the footer, if you take a look to my website it’s the menu where you csn find column “Your interest, travel packages…” I want to change color of pages down there.
    ALso I want to change color of all part of text in my website, cause is hard to read something erote in grey.
    Waiting yours

    #115297
    wensolutions
    Keymaster

    Hello,

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

    .wrapper .widget  ul .page_item a{
    
        color: #4e1aea;
    }

    To change the color of the footer menu title, you can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS

    .wrapper .widget  .widget-title{
        color: #fb0527f7;
    }

    You can adjust the color as per your requirement.

    Regards.

    #115309
    Gianluca Maraucci
    Participant

    Thanks for your help.
    It works. I would also like to space out the different columns.
    I also want to change the color of each part of the site. I want the text to be black everywhere. If you take a look at my site you see that in some parts and pages the writing is gray. How can I do?

    #115317
    wensolutions
    Keymaster

    Hello,

    Change in the color of each part of the site requires huge CSS which is beyond support and that requires code customization. So, you can consider hiring a freelancer or our professional developer.

    Regards.

    #115318
    Gianluca Maraucci
    Participant

    Hello,I understand. And if I want only to change the color of text in the section below “the tour made for you” … where you can see Herculaneum, Pompeii and Vesuvius.I want to change the color of this package.

    #115351
    wensolutions
    Keymaster

    Hello,

    Sure, please add below given CSS to change the color of the text.

    .package-slider .post-title a {
        color: #0e2e33;
        
    }

    Please change the color code a per your requirement.

    Thank you.

    #115372
    Gianluca Maraucci
    Participant

    Hello, Thank you for your support, but I meat that I want to change the color of text of my package.
    If you take a look for example to the package Pompei, Sorrento Positano in my homepage and you click on it, you can see that the color of the text in the package in this page is grey.
    This is the color that I want to change.
    That you again for your time.

    #115375
    wensolutions
    Keymaster

    Hello,

    Add the CSS to change the color of the text.

    .trip-short-desc p{
                color:#fd7627
    }

    Please change the color code a per your requirement.

    Thank you.

    #116300
    Gianluca Maraucci
    Participant

    Hello, I need your help.
    I want to costumize article section in my homepage.
    Basically I want a different picture for every single article in my homepage.
    Also I want to remove the date on top and the numbler in left side.
    To be more clear, my URL is http://www.wantours.com
    If you scroll down on the homepage, you can find article section.
    This is the area that I want to customize.
    Best Regards,
    Gabriella

    #116301
    Gianluca Maraucci
    Participant

    Hello again,
    Always for article section,
    I want to reduce the height of this section.

    #116370
    wensolutions
    Keymaster

    Hello,

    To remove the date that appears on the top of the article, you can use below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS

    #pompeii-sorrento-positano .tab-slider time {
        display: none;
    }

    Regarding your query to remove the numbers on the left side, this requires code customization. You can consider hiring a freelancer or our professional developer to get the layout as per your requirement.

    To reduce the height of the article section, you can use CSS following the path Admin Panel > Appearance > Customize > Additional CSS

    section#adventure {
        padding: 50px 0;
    }

    For the different pictures for every single article, you can add a different image as the featured images for every article. Make sure you add an image which will display the image on your homepage in the article section.

    Hope this helps

    Regards.

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