MyWebApp Software and Analytics
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Foodiz] Foodiz Mobile VersionHello @amira20,
Firstly Go to Appearance -> Customize -> Additional CSS -> Paste the given CSS in Additional CSS box and Publish.
@media (max-width: 480px) { button#navbar-toggler { float: left; margin-left: 20px; } }
Thank You.
Forum: Themes and Templates
In reply to: [Foodiz] Foodiz Mobile VersionHello @amira20,
Firstly Go to Appearance -> Customize -> Additional CSS -> Paste the given CSS in Additional CSS box and Publish.
@media (max-width: 480px){ .breadCrumbBkground { padding: 94px !important; } nav.breadcrumb_back { background-size: 100% 170px !important; } } body.custom-background { background-color: #f9f7ff; }
Please tell us clearly with screenshot which menu tap you want in the top left side in desktop or mobile version.
Thank You
Forum: Themes and Templates
In reply to: [Foodiz] Foodiz Mobile VersionHello @amira20,
Firstly Go to Appearance -> Customize -> Additional CSS -> Paste the given CSS in Additional CSS box and Publish.
@media (max-width: 480px) { button#navbar-toggler { margin-top: -67px; } h1#nav-title { margin: 0 auto; display: block; } .breadCrumbBkground { padding: 52px; } }
Please tell us which color you want in background
Thank You
Forum: Themes and Templates
In reply to: [Foodiz] Foodiz Mobile VersionForum: Themes and Templates
In reply to: [Astral] want Service Section links to open in the same windowHello @vuumar,
Please download astral child theme from given link –
LinkNow Go to Appearance -> Themes -> Add New -> Upload Theme -> now select the theme you download in .zip format and Install Now and Active the theme.
If you need any help please notify
If you like our support rate and review our themeThank You.
Forum: Themes and Templates
In reply to: [Astral] Great appThank You @fezpet
Forum: Themes and Templates
In reply to: [Astral] want Service Section links to open in the same windowHello @vuumar,
Child theme is required because, we have to do change in theme files, and when we update the theme with new version all changes are removed. So for changes remain same we have to create child theme.
Thank You.
Forum: Themes and Templates
In reply to: [Astral] want Service Section links to open in the same windowHello @vuumar,
First of all thank you for using our theme.
For this we have to change in theme files, but when we update the theme all changes are removed. So we have to create a child theme so after update the theme your changes remain same.So please give me some time so i create a child theme for you and share you a link.
Thank You.
Forum: Reviews
In reply to: [Astral] great easy to understandHello @rayan2642,
We are glad you use our theme.
Thank you so much for your rating.Forum: Reviews
In reply to: [Astral] great pluginHello @onimamzad,
We are glad you like our theme.
Thank you so much for your review and rating.Forum: Themes and Templates
In reply to: [Foodiz] Change the menu font in Foodiz ThemeForum: Themes and Templates
In reply to: [Astral] want Service Section links to open in the same windowHello @vuumar,
For this we have to change in theme file –
Go to theme folder -> astral -> post-content.php
Now go to line no. 54
target=”_blank”replace the above code with given code –
target=”_self”
If you need any help please notify.
Thank You.
Forum: Themes and Templates
In reply to: [Astral] want Service Section links to open in the same windowHello @vuumar,
For this we have to change in theme file –
Go to theme folder -> astral -> inc folder -> core folder -> open class-astral-service-section file.
Now go to line no. 56
target="_blank"
replace the above code with given code –
target="_self"
If you need any help please notify.
Thank You.
Forum: Themes and Templates
In reply to: [Astral] Hide feature image and categoryYour Welcome @vuumar,
Thank you for selecting our theme.
Please review our theme.Forum: Themes and Templates
In reply to: [Foodiz] Change the menu font in Foodiz ThemeHello @amira20,
Firstly Go to Appearance -> Customize -> Additional CSS -> Paste the given CSS in Additional CSS box and Publish.
a#logo_url { font-family: 'Playball', cursive !important; } .foodiz-nav li a { font-family: 'Playball', cursive !important; }
Thank You