Home › Forums › Pro Themes › Travel Insight Pro › Cambiare la visuale del sito da mobile
- This topic has 31 replies, 5 voices, and was last updated 5 months, 1 week ago by Psink.
-
AuthorPosts
-
January 26, 2020 at 7:48 am #114859Gianluca MaraucciParticipant
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.January 27, 2020 at 2:38 am #114905wensolutionsKeymasterHello,
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.
January 27, 2020 at 2:27 pm #114966Gabriella PorzioParticipantHi, 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.comThank you in advance
January 27, 2020 at 11:56 pm #114977wensolutionsKeymasterHello,
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.
January 28, 2020 at 2:35 pm #115266Gianluca MaraucciParticipantSorry, 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 yoursJanuary 29, 2020 at 2:16 am #115297wensolutionsKeymasterHello,
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.
January 29, 2020 at 5:41 am #115309Gianluca MaraucciParticipantThanks 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?January 29, 2020 at 6:57 am #115317wensolutionsKeymasterHello,
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.
January 29, 2020 at 7:00 am #115318Gianluca MaraucciParticipantHello,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.
January 29, 2020 at 11:48 pm #115351wensolutionsKeymasterHello,
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.
January 30, 2020 at 5:54 am #115372Gianluca MaraucciParticipantHello, 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.January 30, 2020 at 6:50 am #115375wensolutionsKeymasterHello,
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.
February 12, 2020 at 7:23 am #116300Gianluca MaraucciParticipantHello, 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,
GabriellaFebruary 12, 2020 at 7:24 am #116301Gianluca MaraucciParticipantHello again,
Always for article section,
I want to reduce the height of this section.February 13, 2020 at 1:27 am #116370wensolutionsKeymasterHello,
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.
-
AuthorPosts
- You must be logged in to reply to this topic.