Forum Replies Created
-
in reply to: mobile menu not showing
Hello,
That’s because the font color is white and this is making it seem invisible. Please add this code into your custom css box:
.menu-small ul.menu > li > a { color: #3e3b3b !important; }Best regards!
in reply to: portfolio itemsHello,
Please add this code for the basic style, if you do not want to lose the white border:
.portfolio-item.basic .show_text h6 { color: rgba(136, 136, 136, 0) !important; }or add this if the white box wrapping up the portfolio title is not important:
.portfolio-item.basic .show_text h6 { display: none; }Best regards!
Hello,
Sorry but editing Revolution slider files is not included in support. I recommend you check out the plugins official forums and documentation.
Or check the links in your database, so that all of them have been changed successfully to the new domain.Best regards!
in reply to: Portfolio Items – Full width and without ProjectHello,
You can do this but you will have to add custom css for each portfolio item you want full-width. Please add this code into your custom css box:
.postid-4051 .portfolio_single.single_portfolio_container .portfolio_single h4 { display: none; } .postid-4051 .portfolio_single.single_portfolio_container .row-fluid .span3 { display: none; } .postid-4051 .portfolio_single.single_portfolio_container .row-fluid .span9 { width: 100%; }Result screenshot.
Change the post id for each item you will edit. You can find the id using instapect element (press F12 in your keyboard, like shown in the screenshot).Let us know.
Best regards!
in reply to: Full screen row with Visual ComposerHello,
That option has been removed from the included version of Visual Composer. But you can use the “Type” option in Row Settings to make a full width row. See screenshot.
Let us know if you need further help.Best regards!
in reply to: service circle iconsHello,
The above code changes only the icons size. Where are you trying this? Can you please send a link of it? Can you send a screenshot of your Custom css box? So we can heck if there is any error in it.
Best regards!
in reply to: Main MenuHello,
Please clear cache and refresh page. The navigation is indeed not showing up. See screenshot: https://pho.to/Aangu
Let us know.
Best regards!
Hello,
please refer to this article regarding this: https://support.codeless.co/?ht_kb=knowledge-base
Let us know how it goes.Best regards!
in reply to: Contact form works slowHello,
Contact Form 7 is fully compatible with theme and has not timing issues. Do you perhaps have any other plugins installed for the contact?
Please add your wp login information on your extra information fields of your profile data. So we can give it a closer look.Read this article for more information.
Best regards!
in reply to: Creative AgencyHello,
Sorry for the late reply.
I already set up the site and home page as Creative demo. Please let us know if you need any further changes done to it. We will gladly assist you.Best regards!
in reply to: White space between above footerHello,
I edited the first css you had pasted (you left out the
!importantfrom it) and added another chuck of code. Please check your site. The white space has been removed.Best regards!
in reply to: White space between above footerin reply to: Sticky Nav – One Page MenuHello,
The one page layout does not have any restriction with sticky header. Can you please add the wp credentials in your profile data as well? So we can give it a closer look how you configured it.
Best regards!
in reply to: Footer widgetHello,
Increase the widget width using custom css. As for the text as link and bold, you can edit text using html tags directly at the text widget field (screenshot).
Best regards!
in reply to: Portfolio Image QualityHello,
The images are processed and edit out according to the place you use them. Please check out this article and edit the images dimensions of the portfolio style you are using in order for them to be more clear.
Best regards!