Styled Themes
Forum Replies Created
-
Hi There,
It seems that you have kept the search and recent post widget in the page banner widget, so please remove it and we are really sorry to inform you that it is not available to make the banner image curve in other pages. We hope you understand.
We look forward to your respond.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Removing Page TitlesHi There,
You can follow the following steps to fix your issue:
.entry-title { display: none; }NOTE:Please use the child theme style.css or custom css plugin to write the css.
We hope this will be helpful to you, if not then please let us know.
Thanks
Forum: Themes and Templates
In reply to: [Flat Responsive] Main Image ReplacementHi There,
Yes it will show in other pages also, but if you want to hide or show widget in some pages then you can follow this tutorial
Sure you can remove the section, so for it you can use following css to fix your issue;
.page-id-14 #fr-content-area { min-height: auto; }NOTE:Please use the child theme style.css or custom css plugin to write the css.
Thanks
Forum: Themes and Templates
In reply to: [Flat Responsive] Main Image ReplacementHi There,
Have you keep the image in a banner widget?
Thanks
Forum: Themes and Templates
In reply to: [Lavish] Header image overflowHi There,
Firstly please keep your image with following steps:
Go to Dashboard=> Appearance=> Widget=> Banner=> And keep the Text widget inside the Banner widget=> Then keep the code like this
<img src="image URL"/>inside the contant box and save it.And if you are talking about the image which is gone below the header, then this is a style which is only available to change via the pro version.
Please let us know if we are understanding you fully or if perhaps this is not what you meant.
We look forward to your response
Thanks
Forum: Themes and Templates
In reply to: [Celestial - Lite] Menu in mobileHi There,
We are really sorry to inform you that we found the bug in search icons but we will fix this issue in our next update, so for now if you want to remove the search icons, then you can use the following css to fix your issue:
span.cir-search-bottom { display: none; }NOTE: Please use the custom css plugin or child theme to write the css.
Thanks
Forum: Themes and Templates
In reply to: [Celestial - Lite] Menu in mobileHi There,
We are really sorry to inform you that it is design of theme, so if you want to make menu as per your demand then you need to edit the theme file, so you can edit the theme file with the help of child theme and make it as per you desire. And if you didn’t have the knowledge about it then you can concern to near by developer. We hope you can understand
Thanks
Forum: Themes and Templates
In reply to: [Celestial - Lite] Menu in mobileHi There,
Could you please mention the link of your site, so that it will be easy to both of us to find the solution asap.
Thanks
Forum: Themes and Templates
In reply to: [Sleeky] Menu/Link Fonts & Menu iconHi There,
We have fixed this issue in our new update, so please use the latest version of the theme.
Thanks
Forum: Themes and Templates
In reply to: [Flat Responsive] Menu position below Title/Logo areaHi there,
Sorry to say you that your requirement doesn’t comes on support area, As it need theme customization. But still you can achieve your requirement by customizing this file on child theme.
For aligning logo and site title you need to customize logo-group.php template
For aligning menu you can take help from flat_responsive_header action hooks.If you need any helps regarding to theme setting, we will be more than glad to assist you.
Thanks
Forum: Themes and Templates
In reply to: [Flat Responsive] REMOVE COLOURED BOX BEHIND PRIMARY MENUHi There,
Please follow the following steps to change the background-color of menu link;
Go to Dashboard => Appearance => Customize => Header Setting => Navigation Colours => Menu Link Background => and change the color => Then save it.We hope this will be helpful to you, if not then please let us know.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] color of bolded textHi There,
Sure you can use the following css to change the font:
.b, strong { font-family: open sans-serif; }Thanks
Forum: Themes and Templates
In reply to: [Celestial - Lite] Social icons not appearing in FireFox on MacHi There,
That’s great! 🙂 if you found the solution, if you face any problem in further, then please let us know.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] color of bolded textHi There,
You can use like the following css to fix your issue;
.b, strong { font-weight: 900; }Thanks