Forum Replies Created
-
AuthorPosts
-
Theme Horse Support TeamKeymaster
Hi gadgsphere,
For that, you can create a new category and assign the desired posts to the same. After assigning the posts to the new category you can now choose the same category to show on the ‘You May Missed‘ featured section.
Please go to ‘Appearance > Customize > Footer Featured Posts’ then check ON ‘Show Posts from Category’ and choose that new category.
Thanks
Theme Horse Support TeamKeymasterHi rbulson,
Actually, the area you are mentioning is the widget area. You have to go to the respective widget on the widget area so that you can edit the content or add and remove the widgets.
To go to the Widget area you can go to ‘Appearance > Widget’ or ‘Appearance > Customize > Widgets’ and for your site you can go to the ‘Right Sidebar’ Widget area.
Thanks
August 13, 2022 at 8:32 pm in reply to: Grey box colour (padding?), Menu font/colour change, Others #101375Theme Horse Support TeamKeymasterHi sseccombe,
Please go to ‘Appearance > Customize > Additional CSS’ and paste the below custom CSS code.
#page { background-color: #ffffff; } .nav-links { border: 1px solid rgba(0, 0, 0, 0.07) } .entry-main { padding: 0; } .post-main .post .entry-main, .post-main .has-post-thumbnail .entry-wrap:hover .entry-main { background-color: #f5f5f5; } .main-navigation a { color: #333333; } .main-navigation a:hover, .main-navigation ul li.current-menu-item > a, .main-navigation ul li.current_page_ancestor > a, .main-navigation ul li.current-menu-ancestor > a, .main-navigation ul li.current_page_item > a { color: #777777; }
NOTE: you can change the value of the colors of the navigation. Currently, we have used #333333 for the default state and #777777 for other states like hover, active, focus, etc.
and Actually, there are no premium options in the FREE Version like changing font family, sizes, colors, and many more. For that, you need to upgrade the Theme to a PRO Version so that you can have access to many more premium features.
Thanks
August 13, 2022 at 7:51 pm in reply to: How to remove the date that is in the top left corner on the Top menu #101374Theme Horse Support TeamKeymasterHi skr302,
Please go to ‘Appearance > Customize > Additional CSS’ and paste the below custom CSS.
.info-bar .date { display: none; }
Thanks
Theme Horse Support TeamKeymasterHi,
The slider will get disabled if you have only one post for a respective category that you have selected for it But are sorry to let you know that the static image feature is only available on the PRO Version.
July 11, 2022 at 2:08 am in reply to: The content comes out of the right column widget container #100680Theme Horse Support TeamKeymasterOk, Please go to Appearance > Customize > Widgets. Go to ‘Right Sidebar’ and then go to the respective Block-widget and you will find the align option.
June 29, 2022 at 12:08 am in reply to: The content comes out of the right column widget container #100372Theme Horse Support TeamKeymasterCurrently, the align option is used as ‘Align wide’ you can change to default. That can fix the issue.
Thanks
Theme Horse Support TeamKeymasterHi,
We checked that only ‘Next’ button is already showing on the first page. (https://peiranoconsulting.com/)
To show the Project Name as well, The theme code need to customize, It cannot be done through custom CSS code.Thanks
Theme Horse Support TeamKeymasterHi jackbrownn93,
Are you sure that you uploaded the Bigger Images?
Could you please share with us your Site URL so that we can check bout it?Thanks
June 17, 2022 at 6:41 pm in reply to: The content comes out of the right column widget container #100117Theme Horse Support TeamKeymasterHi Sylvain Maufrais,
You have disabled to show the Right Click option. Could you please enable it to show that we can check about the issue?
Thanks
June 17, 2022 at 6:28 pm in reply to: Centered menu icon in version 1.1.4 vs version 1.1.2 on mobile #100116Theme Horse Support TeamKeymasterHi Ladislav Wiedermann,
We are very sorry. Our support team missed your topic and thank you for reminding us about the issue. We will fix it in our next version very soon.
For now, please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
input[type="reset"], input[type="button"], input[type="submit"], button { width: auto; }
Thanks
Theme Horse Support TeamKeymasterok, please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
body.archive .post .category-meta, body.archive .hentry .category-meta { display: none; }
Thanks
Theme Horse Support TeamKeymasterHi
sorry for the late response due to unavoidable circumstances.
To add the card view inside the page/post you need to customize the main theme code and make sure you make a child theme first before customizing the Theme code so that your customize codes won’t get lost when updating the Theme to a newer version in Future.
Thanks
Theme Horse Support TeamKeymasterHi
No, the Theme is totally responsive but for some elements and components like external embed links and tables, you have to set the width of the wrap with the specific class
We are using the popular framework ‘Bootstrap’ and it even has documented to wrap with a specific class. You can view the documentation/instruction here
But If you use the Block feature of WordPress then you don’t have to wrap or set the width. You can directly added embed videos and tables.Thanks
Theme Horse Support TeamKeymasterHi juliocasasginestre,
You can upgrade to Pro Version to enable all the premium features including the color options.
but now for your solution please go to ‘Appearance > Customize > Additional CSS’ and paste the below custom code.
.info-bar, .info-bar .social-profiles ul li a, .info-bar .infobar-links ul li a { color: #ffffff; } .info-bar { padding-top: 5px; padding-bottom: 5px; } .site-title a { color: #ffffff !important; } .navbar-head.header-overlay-dark .container:before { background-image: linear-gradient(to right,rgba(0,0,0,.8),rgba(0,0,0,.8)); } .navigation.pagination .current, .navigation.pagination a:hover, .back-to-top a { background-color: #c80000; }
Could you please explain to us a bit more about the category showing photographs when selecting?
and only updating CSS won’t affect the site performance.Thanks
-
AuthorPosts