Forum Replies Created
-
in reply to: Text Color on Hover in Menu and Footer
Hello,
For the small menu in mobile, please add these lines:
@media (max-width: 979px) { .close:hover { color: rgb(242, 245, 244); opacity: 1;} }As for the header and footer, edit the code to this:
a:hover, .header_1 nav li.current-menu-item > a, .header_1 nav li > a:hover { color: #FCFCFC !important; }Best regards!
in reply to: Logo in smartphone. Can I adjust resize?Hello,
Of course, please add these lines into your custom css box:
@media (max-width: 480px) { #logo img { max-height: 70px;} }Edit the value to your wish.
Best regards!
in reply to: tab problem with gallery imagesHello,
In the meantime, please add these lines into your custom css box:
.wpb_image_grid .wpb_image_grid_ul { height: auto !important; } .wpb_image_grid .wpb_image_grid_ul .isotope-item { position: relative !important; } .page-id-1901 .wpb_image_grid .wpb_image_grid_ul .isotope-item { position: absolute !important; }Best regards!
in reply to: tab problem with gallery imagesThis reply has been marked as private.in reply to: Change height of footerHello,
To change footer height, please add these lines into your custom cs sbox:
footer#footer .inner .row-fluid.ff:first-child { padding-top: 15px; padding-bottom: 15px; }Best regards!
in reply to: The 2nd topicHello,
Did you follow the suggestions? Is the issue solved? Let us know if you still need help.
Best regards!
in reply to: Problem with customizing navigation since WPMLHello,
1- Did you follow the suggestion in my reply above?
2- Did you changed the code as suggested from Ruco in the last reply, for the blog?
3- I checked your site in iphone and this is what i get: screenshot. What is the issue?Best regards!
in reply to: blog Page Pagination Is not workingHello,
Just set it to default. Save! Then change it back to ‘post name’ and save again. You need to reset them, so it will recognize the new structure of the links.
Best regards!
in reply to: Lightbox Video WidthHello,
Are you using a plugin for lightbox, or the shortcode incoorporated with the theme? Please send your site’s url.
Best regards!
in reply to: WPBakery Visual Composer UpdateThis reply has been marked as private.in reply to: codless slider menu bar texts are hiden and whiteHello,
This is strange. Can you please send us your wp credentials in a private reply? So we can check this further.
Best regards!
in reply to: about specular demo contentHello,
I see you have customized most of it. You should assign a slider to home page. You can create your own or import the demo sliders. What else do you need to change? Please be more specific on the pages and elements, you need help with.
Best regards!
in reply to: Staff carouselHello,
In the Row that contains the staff element, please set Row Setting > Type > Full Width background. Save.
Best regards!
in reply to: Text Color on Hover in Menu and FooterHello,
Please add these lines into your custom css box:
.header_1 nav li > a:hover { color: rgb(221, 202, 163);} @media (max-width: 979px) { a.mobile_small_menu.open { color: rgb(242, 245, 244);} }edit the colors to your wish.
Best regards!
in reply to: Slider Gets in Way for iPhone view Blog Page