Forum Replies Created
-
in reply to: top navigation items and logo on mobiles
Hello,
1-Please add this code into your custom css box:
@media (max-width: 480px){ .header_10 #logo { left: 9% !important; }}Result screenshot: https://pho.to/AgtHh
If you need to make logo even smaller after this, than add this code as well inside the @media rule:#logo img { max-height: 42px !important; }It will become like this:
@media (max-width: 480px){ .header_10 #logo { left: 9% !important; } #logo img { max-height: 42px !important; }}Edit the values to your wish.
-The top header is not visible in mobile by default. You can make it show, using custom css, but since you have two custom menus set in it, they will display as mobile menu as well. Making it look weird and not that functional(screenshot). If you still need to show it, i suggest you first add text widgets into it.
Best regards!
in reply to: Visual Composer – Tower ThemeHello,
Which of the above do you want to do?
Please fill in the wp and ftp information on the extra information fields of your profile data. So i can login and help you with it.Read this article for more information.
Best regards!
in reply to: Small Service Icon on IE11Hello,
I don’t seem to find this page in your site. Can you please send us the link?
Best regards!
in reply to: Revolution Slider as in Demo and Logo sizeHello,
You can download the images of the online demo and use them into your site.
Change the logo size in General Options > Logo Height (screenshot).
Let us know.Best regards!
in reply to: "menu link underline"Hello,
The screenshots are not very clear as you have pasted several. I removed this code from your custom css box:
.top_wrapper { marging-top: -100px !important; }And instead i pasted it into only the home page’s custom css box. So it will affect only the page with the slider. The rest og the pages are displaying ok the header and menu bar.
If this is not what you needed, then please send me just one screenshot, of the type of header you want.Best regards!
-
This reply was modified 9 years, 1 month ago by
Mirela.
in reply to: E-Mails in them Items of Visusal ComposerHello,
Sorry but this is not possible. The list items are generated from the same file and adding the ‘mailto:’ to it will result in all of your list items to be links to the email.
Best regards!
in reply to: pageable containerHello,
I am happy to know you found a solution to your situation. Thank you for sharing it!
Thank you very much for appreciating our theme! :) We will work hard to keep it a good theme and visually pleasant for all of our customers.
All the best!
in reply to: Problems with ThemeHello,
Great to know you found your issue. Let us know for anything.
Best regards!
in reply to: Latest fromHello,
1-Please add this code into your custom css box to change the date/category font of the latest from blog:
.blog-article.grid-style .info li { font-size: 15px !important; }Change the font size to your wish.
2-Yes, please go to file vc_templates/latest_blog.php and find this line:
$output .= '<img src="'.esc_url(codeless_image_by_id(get_post_thumbnail_id(), '', 'url')).'" alt="">';Replace with this:
$output .= '<a href="'.get_permalink().'"><img src="'.esc_url(codeless_image_by_id(get_post_thumbnail_id(), '', 'url')).'" alt=""></a>';Best regards!
in reply to: Header & FooterHello,
1-Add this code into your custom css box:
.header_3.header_wrapper header > .container { border: 2px solid #4fe48b !important; }2-Add this custom css too:
.footer_wrapper { border-top: 2px solid #38d075 !important; }Change the color to your wish.
Best regards!
in reply to: Problems with ThemeHello,
I don’t understand well from only the screenshot, what the issue could be. But i suggest you disable all third party plugins and try again.
Let us know.Best regards!
in reply to: Visual Composer – Color AccordionHello,
Sorry but this is not possible.
Best regards!
in reply to: Codeless-Slider ChangesHello,
1-Sorry but this is not possible using theme options. To add this feature you need to edit theme files. Since this is a personal preference customization, it is not supported from us.
2-Add this code into your custom css box:
.codeless_slider .nav-thumbflip a.prev { display: none; } .codeless_slider .nav-thumbflip a.next { display: none; }3-This too, required coding that is not included in support.
Please read more regarding out support policy here. I suggest you hire a developer to do all the customization you need.Best regards!
in reply to: Specular Widget Shortcode in GermanHello,
The text is translatable. So if you can not find it (it’s not present) then just add it. Use a editor like PoEditor to add/remove/edit strings from the .PO file.
Watch this video tutorial for more detailed info.Best regards!
in reply to: E-Mails in them Items of Visusal ComposerHello,
Can you please be more specific? What element are you using? Can i see a link of the page where is this?
Best regards!
-
This reply was modified 9 years, 1 month ago by