CUSTOMIZATIONS

Closed
Travelo - Travel/Tour/Car Rental/Cruise Booking WordPress Theme Travelo - Travel/Tour/Car Rental/Cruise Booking WordPress Theme April 22, 2019
Login to reply
Kelly R Support Agent
4 years ago
Resolved.
Kelly R Support Agent
5 years ago

Hi,

1. I tested css code in my end and it is working well.

And please use following css code to hide search form in mobile.

@media ( max-width: 425px ) {
    body.page-template-template-home .search-box-wrapper{ display: none; }
}

2. You make it yourself, so I can not send you css code. Please give me page url. Let me check and send you css code.

3. Please use following css code to hide author information.

article.post .post-meta { display: none }
.entry-author.fn { display: none }
.about-author{ display: none }

Regards, C-Themes

Sam Galsen
5 years ago

Hi

1- Also what is the CSS code to hide on mobile the search function right below slider ?

2- What CSS code i need to hide row like "single image" on mobile.

Screenshots for both attached.

Thank you

Sam Galsen
5 years ago

Hello

 I would like to remove "By Author name" and "About author"  tab. Screenshot  is attached

Kelly R Support Agent
5 years ago

Hi,

Please use following css code in theme options panel.

a.button{ background: #98ce44;  }

Please tell me screenshot for the 2nd question. Then I will send me custom css code.

Regards, C-Themes

Sam Galsen
5 years ago

Hello Kely great support so far. Could you tell me the CSS code to change these buttons color to the same green as the theme? I attached a screenshot.

Also is there a CSS code i can use to hide or remove meta such as "Author name" and "Dates" in post?