Forum Replies Created
-
AuthorPosts
-
June 12, 2018 at 9:45 am in reply to: Header does not pick up category images, like it does Page Featured Images #1403
keonthemes
KeymasterHello,
You can add Custom Header Image for non featured Page or Post. To add Header Image, please follow below simple steps:
Go to Dashboard > Appearance > Customize > Header Image.
The recommended image size is 1920*650px.Best Regards!!!
-
This reply was modified 8 years, 1 month ago by
keonthemes.
keonthemes
KeymasterYes, the recommended current Slider Image is 1920*650px to targeting large screen size. We have uploaded New version after fixing. It will be available shortly on your WordPress Dashboard.
Best Regards!!!
keonthemes
KeymasterHello @BrightPoster ,
Update the theme version may solve your issue.
Thanks !!!
keonthemes
KeymasterHello @SPARK6 ,
To change Menu Text and other element color change, Please follow the simple steps below:
Go to Dashboard > Appearance > Customize > Additional CSS and Copy and Paste below CSS code;.main-navigation a, .site-header .header-bottom-right > span a span, .main-navigation .page_item_has_children:after, .main-navigation .menu-item-has-children:after { color: #fff; }To change scroll down and mid line color change, Please follow the simple steps below:
Go to Dashboard > Appearance > Customize > Additional CSS and Copy and Paste below CSS code;.mouse-holder #mouse, .mouse-holder #scroll { stroke: #fff; }Best Regards !!!
keonthemes
KeymasterHello @SPARK6 ,
Post and Page are using Feature image and other pages are using the Header image as Inner banner. So you can use the separate Banner image for Post and Page only.
To set different header image rather than the default, please refer our documentation on the title “HOW TO MANAGE HEADER OPTIONS?”. You can get the Documentation folder within the theme folder. Or please find the online documentation like below:keonthemes
KeymasterHello @rednikki ,
Please share your site URL, so we can identify your issue in detail. Sorry for the inconvenience.
Best Regards !!!
keonthemes
KeymasterHello @DamienBourguet ,
To insert a table in page or post, please follow the simple steps:
Go to Dashboard > Posts or Pages > Copy and Paste the below structure > click publish button.
<table> <thead> <tr> <th>Employee</th> <th class="views">Salary</th> <th></th> </tr> </thead> <tbody> <tr class="odd"> <td><a href="http://example.com/">Jane</a></td> <td>$1</td> <td>Because that’s all Steve Job’ needed for a salary.</td> </tr> <tr class="even"> <td><a href="http://example.com">John</a></td> <td>$100K</td> <td>For all the blogging he does.</td> </tr> <tr class="odd"> <td><a href="http://example.com/">Jane</a></td> <td>$100M</td> <td>Pictures are worth a thousand words, right? So Tom x 1,000.</td> </tr> <tr class="even"> <td><a href="http://example.com/">Jane</a></td> <td>$100B</td> <td>With hair like that?! Enough said…</td> </tr> </tbody> </table>Now, edit the data as per your requirement.
Best Regards!!!
April 7, 2018 at 4:01 am in reply to: Is there a way to remove the dark filter on Slider Images? #1091keonthemes
KeymasterHello @SPARK6 ,
Thank you for using Bizplan Pro Theme. Please follow the steps below to get rid of overlay on the slider.
- From Dashboard Appearance / Customize / Additional CSS
- Paste following CSS code
- Click Publish
.block-slider .banner-overlay { background-color: transparent; }Best Regards!!!
-
This reply was modified 8 years, 3 months ago by
keonthemes.
keonthemes
KeymasterHello @MihaiHN ,
The theme does not have the option to change those names. It requires code customization and as much as we would love to help you with this, we are unable to do as it falls beyond the support we offer for our product.
For this, our suggestion to hire a professional developer so that your theme is not affected in any way.
To hire a developer, follow below-given link:
https://keonthemes.com/hire-now/
Best Regards!!
keonthemes
KeymasterHello @draogn27 ,
Please copy and paste below code on Additional CSS section to change the hover color of the slider title.
.block-slider .slide-item .post-title h2 > a:hover, .block-slider .slide-item .post-title h2 > a:focus, .block-slider .slide-item .post-title h2 > a:active { color: #00C0FF !important; }Then, replace the color code depend on your requirement.
Thanks.
-
This reply was modified 8 years, 3 months ago by
keonthemes.
-
This reply was modified 8 years, 1 month ago by
-
AuthorPosts