MyWebApp Software and Analytics
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Astral] Remove “Categories” box on all pagesYour Welcome
Thank you for selecting our theme.
Please review our theme.- This reply was modified 4 years, 9 months ago by MyWebApp Software and Analytics.
Forum: Themes and Templates
In reply to: [Astral] Need to change two colorsHello @asaadfilho
Use this code in Appearance > Customize > Additional CSS –
header { background: #ff9900; }
Change color code as per your requirement.
If it doesn’t work then please add ‘!important’ after the ‘color code’. Like this,
background: #ff9900 !important;
Thanks.
Forum: Themes and Templates
In reply to: [Astral] Remove “Categories” box on all pagesHello @cabexltd,
First of all, thank you for selecting our theme.
please try this code#sidebar-primary .widget.widget_categories { display: none; }
If it doesn’t work then please add ‘!important’ after the ‘none’. Like this,
display: none !important;
Please notify us after applying the above solution.
Thank you.
Forum: Themes and Templates
In reply to: [Astral] Post page footers not responsiveHello @jmccoy1,
Ok, sir, we’ll find another solution for it. But can you please share the last screenshot again, because the link in your last reply doesn’t show the image.
Thank you
Forum: Themes and Templates
In reply to: [Astral] Post page footers not responsiveHello @jmccoy1,
Ok, sir.
Sir, this issue comes only on the blog page, so, please try this CSS code and tell us after applying the solution.
#blog { overflow-y: scroll; }
If, it does not work, then add height also:
#blog { height: 600px; overflow-y: scroll; }
You can change the value of height according to your needs.
Please tell us after applying the solutions.
Thank you.
Forum: Themes and Templates
In reply to: [Astral] Post page footers not responsiveHello @jmccoy1,
Can you please tell us that, are you using any plugin to show all the posts on a page? If you are using any, then please tell us the plugin name.
Thank you
Forum: Themes and Templates
In reply to: [Astral] Post page footers not responsiveHello @jmccoy1,
I hope you are doing great. We are looking for a solution. We will reply to your query ASPA.
Thank you.
Forum: Reviews
In reply to: [Astral] Excellent GUIHello @amitkumargunsara4,
Thank you so much for your review and rating.
Stay continue with our theme.Forum: Reviews
In reply to: [Astral] Very Best ThemeHello @fa2pinho,
Thank you so much for your review and rating.
Stay continue with our theme.Forum: Themes and Templates
In reply to: [Astral] Remove reply and category from single page.phpThank you so much
Forum: Themes and Templates
In reply to: [Astral] Remove reply and category from single page.phpHello @jmccoy1
Please apply the following CSS code:
.blog_page .astral_blog { box-shadow: none; }
Thank you.
Forum: Reviews
In reply to: [Astral] Simple and CleanThank you so much for your review and rating.
Stay continue with our theme.Forum: Themes and Templates
In reply to: [Astral] Remove reply and category from single page.phpForum: Themes and Templates
In reply to: [Astral] Remove reply and category from single page.phpHello @jmccoy1,
I hope you are doing great.
1) To stop showing the “leave a reply”, goto post/page edit mode. There is the sidebar, you will see the discussion option,
you can control “leave a reply” from here. Please see the screenshot attached along with this reply Screenshot2) To stop display “Category” and “Creation date” please use the following CSS code
.category {
display: none;
}
span.entry-date {
display: none;
}Please let us know after applying the above solutions.
Thank you
- This reply was modified 4 years, 10 months ago by MyWebApp Software and Analytics.
Forum: Themes and Templates
In reply to: [Astral] hide tags from my postHello @vedictuning,
You are not using our theme, so please give your support on your theme support forum.
Thanks.