So, I have my website on WordPress and I'm using Astra theme. I have implemented certain changes using Additional CSS, but the changes seem to have implemented over the homepage only and not on other pages so how do I make the similar changes all across the website?
This is my website
Thanks!
So, I have my website on WordPress and I'm using Astra theme. I have implemented certain changes using Additional CSS, but the changes seem to have implemented over the homepage only and not on other pages so how do I make the similar changes all across the website?
This is my website https://www.decodedigitalmarket
Thanks!
Share Improve this question edited Nov 1, 2019 at 18:52 Kunjal Chawhan asked Oct 31, 2019 at 16:54 Kunjal ChawhanKunjal Chawhan 11 bronze badge 2- Can you give an example of the CSS? – Aravona Commented Oct 31, 2019 at 17:28
- Styles added into Additional CSS are global styles that will be included on every page, if they are not working they may be using a selector that is targeting just the homepage. – RiddleMeThis Commented Nov 1, 2019 at 18:56
1 Answer
Reset to default 3I'm not sure exactly what the selectors in Astra or elementor but, you'll have blocks of css like:
#post-423 > header > h1 {
display: none;
}
If I wanted this specific rule to be sitewide I'd remove #post-423 >
from that. If you provide us some of your custom CSS rules we could make a specific answer.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745037428a4607602.html
评论列表(0条)