Mystical Themes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Meta Store] Dont show quantity on cart pageHey @miroslavres,
Can you provide me the link to your website for the better inspection of your site.
Thanks,
Forum: Themes and Templates
In reply to: [Blaize] Team Section Not Displaying ProperlyHi @annvb1,
We have fixed the issue with not displaying all the team member post in latest version of the theme. Try updating the theme to the latest version.
About the team post not displaying in the order of the published date. We checked it in our demo and the team member post seems to be displaying fine. It is displayed in the published date order. i.e. recent one is displayed at first and older ones later. Could you please check and confirm about this on your site too.
Thanks,
Forum: Reviews
In reply to: [Blaize] Nice Theme (and free too!)Forum: Reviews
In reply to: [Blaize] Nice and clean but with some cool bells & whistlesForum: Themes and Templates
In reply to: [Blaize] Color Scheme choice in Blaize themeHi @annvb1,
Here is the css code for changing color for those bars between caption text and widget title. Try adding these codes to the Dashboard > Appearance > Customize > Additional CSS.
.blz-slide .caption h2:after, .blog-feat-img span i:last-child, .footer-widget .widget-title:after{ background: #063163; }
Thanks,
- This reply was modified 6 years, 4 months ago by Mystical Themes.
Forum: Themes and Templates
In reply to: [Blaize] Color Scheme choice in Blaize themeHi @annvb1,
Currently the theme only provides only four color options. The changes you are looking for requires some code customization. Please mail at [email protected] for the further support on this matter.
Thanks,
Forum: Themes and Templates
In reply to: [Blaize] change color of header in front page ABout sectionHi @annvb1,
Glad to know that you liked the theme :). The theme currently doesn’t have the option to change the color for the about section text. However, you may use a simple tweak to change the text color to #ffffff. Try adding following css code in Dashboard > Appearance > Customize > Additional CSS.
.blz-about-section .section-title {
color: #fff;
}Thanks,