BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › Child theme not overriding parent in style.css
- This topic has 16 replies, 3 contibutors, and was last updated 8 years, 9 months ago by bryan.
Question
January 26, 2016 at 10:05 pm #57267@vashdenaradaI have installed my child theme using child themify and checked it all seems fine but when i go to edit and update literally nothing changes. I have a feeling that for some reason its not overriding the parent style.css and i dont know enough about css myself to go fiddling around with files for fear of causing damage.
here is my current child style.css
/*
Theme Name: Boss 2.0 child
Version: 1.0
Description: A child theme of Boss.
Template: boss
*/@import url(“../boss/style.css”);
/* Theme customization starts here:
—————————————————————–*/body {
background-color:black;
}This was just to test if the site would change alas it did not. Any help would be greatly appreciated
Thank you 🙂
Answers
January 27, 2016 at 3:38 am #57283@
AnonymousHi @vashdenarada, You can download Boss child theme from My Account section
RegardsJanuary 27, 2016 at 8:45 am #57314@vashdenarada??? i already have one so i fail to see how this is relevant. Please i need some actual helpful awnsers
January 27, 2016 at 8:42 pm #57369@lojdevgroupI’m having a similar issue. Nothing happens when I edit the Boss CHILD THEME. I am trying to hide the page titles and change the font size of the titlebar navigation.
January 28, 2016 at 12:30 am #57388@vashdenarada*Bump* this issue is not resolved tech support!
Please get back to us and dont just post a generic copy and paste please. I didnt pay good money for that
January 28, 2016 at 3:18 am #57396@vashdenarada@vapvarun Please look into this issue further or i will be requesting a refund on all purchases due to complete lack of overall support during my time with your company
thank you
January 28, 2016 at 3:30 am #57397@
AnonymousHi @vashdenarada,
use !important tag when you have to override the css
Like following
You can include this in child theme style.css, custom.css or boss option panel also have option to add custom cssbody { background-color:black!important; }
Regards
Varun DubeyJanuary 28, 2016 at 3:55 am #57400@vashdenarada@vapvarun thank you for your reply.
I have tested the above and currently no change. I will allow upto 24 hrs to witness a change in the site as i know it can be delayed by various different elements and i will get back to you with the result tomorrow
January 28, 2016 at 8:11 am #57423@lojdevgroupI’m not seeing a change either. It’s becoming a bit frustrating. Why are we unable to get a straight answer with the proper code listed here?
What is the issue with the custom CDs not overriding the parent styles like it was advertised? Whom do we need to speak to to get the solution we need?
January 28, 2016 at 9:18 am #57430@
AnonymousHi @lojdevgroup, Please paste your site url and let us know what exactly you are trying to do.
We will check at your site and will suggest what exact code need to be added.If you do not want to edit files you can also use a simple plugin which adds a option panel to keep all custom css at single place.
https://wordpress.org/plugins/simple-custom-css/Regards
January 28, 2016 at 9:30 am #57432@
AnonymousHi @lojdevgroup
To hide page header following will work.page .entry-header { display:none !important; }
To change navigation links font size
.header-navigation>div>ul { font-size: 16px!important; }
Regards
January 28, 2016 at 10:23 am #57436@lojdevgroupMy website is http://israelkonect.com
I used the code for hiding page titles that you gave me
.page .entry-header {
display:none !important;
}I placed this inside the custom css file inside the Boss child theme. Still no results.
January 28, 2016 at 8:35 pm #57479@vashdenarada@vapvarun I think i have been patient enough at this point.
I dont believe your product is for me. As i am still within the 30 days i would like to request a full refund for the theme and the additional plugins i have purchased (bossWall and bossMedia).
I expect to hear from you soon and hope there is no issue in processing this request
Thank you
January 28, 2016 at 11:55 pm #57486@
AnonymousHi @lojdevgroup @vashdenarada
Please send your login details from our contact page , we will add corresponding css to itRegards
Varun DubeyJanuary 29, 2016 at 12:43 am #57491@vashdenarada@vapvarun like i said. I dont think your product is for me.
I am still in my 30 day money back guarantee and would like to move forward with processing my claim at this time.
If you are unable to process my claim please direct me to someone that can.
Thank you for your help
- The question ‘Child theme not overriding parent in style.css’ is closed to new replies.