Forum Replies Created
- AuthorPosts
- refreshthemesKeymaster
Hello,
Yes, you can change it by adding the following CSS:
#site-header-menu .main-navigation li:hover a{ color:blue; }
Thank You!
refreshthemesKeymasterHello Beastie, Thank you for using our theme.
Yes, you can change the color and style of the menu by adding a custom style by going toAppearance > Customize > Additional CSS
;.Please add the following CSS code to change the color of the social menu and primary menu color :
.rt-social-menu-container ul li a{ color: blue; } #site-header-menu .main-navigation a{ color: orange; } #site-header-menu .main-navigation button svg{ fill: orange; }
If you need any assistance, we are always happy to help you.
Thank You!
- This reply was modified 2 years, 1 month ago by refreshthemes.
refreshthemesKeymasterHello @kmerrill,
Please Go to ‘Appreance > Customize > Front Page Options’. You’ll find all available homepage section here with the respective sections. https://prnt.sc/ua3elj.
Hope this helps you. Please feel free if you have any queries further.
Thank you,
refreshthemesKeymasterHello @thorsten1,
Thank you for using Edu Axis. The homepage of Edu Axis is currently not fully Multilingual support. But you can make multilingual with the help of thisPlugin. By using this plugin you will get a language option in customizer besides the publish button. like this. Now you can select the language and page/post according to the selected language.
Hope this helps you to resolve the issue.
Thank you,
refreshthemesKeymasterHello @ericrmcc,
We apologize for this time. Our theme is not Gutenberg compatible yet. It’s in our feature list and we’ll implement it in a future version of the theme.
Thank You,
refreshthemesKeymasterHi @teamchang,
Thank you for using BizBuzz. Could you please use any high-resolution landscape image in the header image section as it is wider in nature.
and also, we’ll add up in documentation as well.Thank you,
refreshthemesKeymasterHello @ericrmcc,
We apologize for having trouble with image size. In the theme, we use image size of 400X225 (16:9) in the blog posts section and 1056X594(16:9) on a single page.
You can use any higher resolution image with a 16:9 ratio. WordPress will automatically create both thumbnails.
Note: If you are using existing uploaded images then you need to regenerate your thumbnail to create the above 2 images size. To regenerate thumbnails you can use plugins like https://wordpress.org/plugins/regenerate-thumbnails/
Hope this helps.
Please feel free to reach back to us if you have any issues further.
Thank You,
refreshthemesKeymasterWe have just updated the theme with sidebar issue fixes. Please update your theme to use the sidebar on the blog page. and for Front Page, actually, it has no sidebar available on default because of fullwidth homepage sections. To add sidebar beside the latest blog. You need to customize your theme by using a child theme. to generate child theme please use child theme generator plugin like https://wordpress.org/plugins/child-theme-generator/ then activate your child theme. Now you are able to make changes in child theme as per your need.
Please add the following code to your child themes functions.php to get sidebar beside your latest blog section.
code:
https://codeshare.io/29EZoKHope this helps you.
Best Regards !!
refreshthemesKeymasterHello @Ericrmcc,
The sidebar position you set is for the blog page not for the Static front page. Actually we just notice that the sidebar position for the blog page has some layout issues. We’ll fix it in our next update. If you are using the static front page with homepage sections like the latest blog, call to action, featured post and you also want to use the sidebar on the homepage? if yes then tell us the position of sidebar like: just beside the latest blog section or entire sections? So, we can guide you accordingly.
Best Regards !!
- AuthorPosts