Forum replies created
Hi,
Sorry, but we have not provided any image upload option in the pricing table.
Thank you
Hi,
Check below theme options
Theme Options -> Styling -> Menu -> Or custom main menu color
Thank you
Hi,
you have to remove Content Box Title and description and set padding 0 in Content Boxes Padding area.
Theme Options -> Frontpage Content Boxes -> General -> Content Boxes Padding.
For creating your custom css, we need to live site url.
Thank you
Hi,
You have to use Header-3 in theme options panel.
Theme Options -> Header -> Choose Header Type ( Select Header-3 )
And decrease padding between menu items
Theme Options -> Header -> Menu -> Padding Between Menu Items
Thank you
Hi,
Currently, we working on our all theme issue and also include this one so we will update soon.
Thank for your passion.
Hi,
Check your site, We fixed your issue.
For your Problem, we have added custom style in additional css.
ul.nav-menu .sf-with-ul::after {
margin-left: 3px;
}
Thank you
Hi,
Go to theme options and set below option
Theme Options -> Styling -> Menu -> Custom menu hover background color
Read Instruction carefully Smooth hover effect must be enabled. Works only for Header #1 and #6
It only works when you have set Header 1 or 6 and Smooth hover effect must be enabled.
For enable smooth hover effect
Theme Options -> Header -> Menu -> Choose menu item hover effect
Thank you
Hi,
Check below theme options,
Theme Options -> Advanced -> Disable Mega Menu ( Please checked this box )
Thank you
Hi,
We have solved your issue, check your site.
We have added below custom css in your additional css area
@media only screen and (max-width: 992px) {
.single .float-left {
float: none;
}
}
Thank you