Forum Replies Created
-
in reply to: featured image in post category
Hello,
Please refer to this topic for more information.
Let us know if you still need help.Best regards!
in reply to: Change the VC Skills Chart’s color?Hello,
For the title please add this code:
.skill_title { color: #3E3D37; }Edit the color to your wish.
Best regards!
in reply to: Problem ImportingHello,
Please send us your wp credentials in a private reply. So we can give it a closer look.
Best regards!
in reply to: Can not register theme with purchase keyHello,
The purchase key is valid only for registration in this support forum. Not for the update of included plugins.
Theme comes with a variety of plugins included. In each theme release, we update plugins to their current latest versions. If you want to update prior to this, then you need to buy them yourself.Best regards!
in reply to: full blog element – TITLE DIMENSIONHello,
Please go to file css/bootstrap-responsive.php and find these lines (1110):
.portfolio-item{ width:100% !important; padding-left:0 !important; }Remove the
!importantfrom width attribute and save file.
Then add this code into your custom css box:@media (max-width: 480px){ .recent_portfolio.wpb_content_element { height: 280px !important; }}You should be able to scroll throw portfolio items in home page horizontally.
Let us know.Best regards!
in reply to: Making list items linkableHello,
You can style the lists (italic, bold) with css. Add the code into your custom css box.
Sorry but is not possible to include html tags.Best regards!
in reply to: StaffHello,
You do not need a licence key to install the included version. Please follow the steps described in the link i send you above (link).
For the included plugins there is not any licence key provided. If you must have it, then you have to buy it yourself.We update theme frequently and with each release, the plugins get updated to their latest version too. So the licence number is not really necessary. However, that is your choice.
Best regards!
in reply to: Importing Business Clean DemoHello,
I have replied you here: https://support.codeless.co/forums/topic/error-message-tower-directory-does-not-exist/
Best regards!
in reply to: Error Message: "Tower" Directory Does not existHello,
This is not a theme issue. Please make sure no one deleted your files or contact your host to give you the error log file. It can help you find out why and when the files went missing.
Best regards!
in reply to: External link to Media GridHello,
Glad to know it’s ok now.
Best regards!
Hello,
Sorry for the late reply.
Please send us your wp credentials in a private reply. We can help you import the demo you want.Best regards!
Hello,
Sorry but this is a customization beyond offered support service. You can use an external plugin to do the job.
Best regards!
in reply to: Overlay Menu items positionHello,
Please add this code into your custom css box:
nav .menu > li > a { text-align: left; padding-left: 145px; } nav .menu li ul.sub-menu li a { padding-left: 145px; text-align: left !important; }Let us know.
Best regards!
in reply to: Accordion thing..Hello,
I see in your older posts that we have already reviewed this. Please add this code into your custom css box:
@-moz-document url-prefix() { .accordion-heading.in_head { border: none !important; }}This should target only the Firefox browser, where this is happening.
Let us know.Best regards!