Child style.css gets overwritten
Author | Posts |
---|---|
January 6, 2015 at 1:48 am 33419 | |
Nayem | Hello, I made a child theme and changed some things in style.css, but it gets overwritten by bootstrap.css and green.css. How can I use a child theme to change some style rules of the theme? Thanks in advance. Best regards, Peter |
January 6, 2015 at 12:15 pm 33436 | |
Nayem | Hello Peter, You can create a new class for your child theme. Style will be overwritten, when the class name will same. So you can change the class name for preventing this overwritten problem. Thank you 🙂 |
January 18, 2015 at 3:09 am 34396 | |
Peter Thielen | Sorry, I don’t know what you mean here. Could you please explain more fully? Thanks |
January 18, 2015 at 11:19 am 34407 | |
Nayem | Hello Peter, When the css class name will same that time style will be overridden. You can use a different class name for your css style in your child theme. Example – If you have a class like .test{} in your main file then you can change the class name in your child theme to prevent those overriding problem. Thank you 🙂 |
January 18, 2015 at 4:20 pm 34440 | |
Peter Thielen | I am sorry, I still don’t understand. |
January 18, 2015 at 4:31 pm 34443 | |
Nayem | Hello Perter, Actually you may need to discuss with an expert about this. I am really sorry to say that we do not provide support for any kind of customization. Thank you for understanding 🙂 |
January 18, 2015 at 4:36 pm 34445 | |
Peter Thielen | You are the developers of the plugin, so you know best how it works and where the different files and content is located. So it is not more than logical that I come here to ask questions about the plugin content. You should be able to explain why bootstrap.css and green.css overwrite style.css in a child-theme, because it is part of the plugin. |
January 18, 2015 at 5:40 pm 34450 | |
Nayem | Hello Peter, What you are trying to do is customization. We only provide support for our built in feature, installation, configuration and uses. We do not provide support for customization. Thank you for understanding 🙂 |
January 21, 2015 at 11:18 pm 34770 | |
Peter Thielen | Can you at least tell how and where bootstrap.css and green.css are implemented? |
January 22, 2015 at 10:50 am 34796 | |
Nayem | Hello Peter, I can direct you to the path of the file. For those file you have to open wp contnent/wedevs-dokan/assest/css. In the css folder you will find those file. Thank you 🙂 |
January 22, 2015 at 10:23 pm 34848 | |
Peter Thielen | I know where the files are located… I mean how they are implemented in the code. |
January 24, 2015 at 10:54 am 34883 | |
Nayem | Hello Peter, I am really sorry to say that we do not provide support for customization. We only provide support for our built it feature, installation and configuration. You can read our support policy to know more- http://wedevs.com/support-policy/. Thank you 🙂 |
January 25, 2015 at 4:58 am 34931 | |
Peter Thielen | I am asking how a build in function is implemented. |
January 25, 2015 at 11:13 am 34960 | |
Nayem | Hello Peter, I am not clear about your question. Can you please describe in more details?. Thank you 🙂 |
January 30, 2015 at 2:03 pm 35357 | |
Peter Thielen | How are bootstrap.css and skincolor (for example green.css) implemented. |
January 31, 2015 at 5:45 pm 35422 | |
Nayem | Hello Peter, You will get this skin color chooser function in customizer.php file. Please open Dokan theme/classes/customizer.php. Thank you 🙂 |