Help me with a CSS issue
-
Hi guys,
I am pretty new to wordpress but get to it more and more. I want to change some apperances on my contact page but dont understand the style sheets. I first installed my theme and after the theme i installed the child theme for editting but my edits wont work. For example i wanted to change the background color of my contact page but it wont work. Also if i go with my inspector to the code it says its on line 26 in the style.css but there is nothing my style.css file only this:
/*
Theme Name: Champion
Theme URI: https://champion.stylemix.net/
Author: StylemixThemes
Author URI: https://stylemixthemes.com/
Description: Champion was created especially for sport clubs, football clubs, soccer news and sport organizations. The responsive layout is designed based on the Bootstrap 3.1 standards. Champion was built on Visual Composer Page Builder, which is included into the theme. Using Visual Composer you can easily create the pages in Front- or Back-end with 60+ modules.
Version: 1.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: champion, responsive, sport, soccer, football, sport club, club, wordpress, wp, fixtures, events, match
Text Domain: championThis theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you’ve learned with others.
*/@import “assets/css/normalize.css”;
@import “assets/css/bootstrap.min.css”;
@import “assets/css/style.css”;
@import “assets/css/font-awesome.min.css”;
@import “assets/css/select2.css”;
@import “assets/css/jquery.fancybox.css”;
@import “assets/css/owl.carousel.css”;
@import “inc/customizer/customizer.css”;
@import “inc/vc/assets/css/vc_next_match.css”;
@import “inc/vc/assets/css/vc_upcoming_fixtures.css”;So put the following code underneed it:
.page-id-86 .wrapper {
background-color: #ffffff !important;
}But it doesn’t change everything i want to change doenst work in the stylesheets. my childthemes style.css is looking like this:
/*
Theme Name: Champion – Child Theme
Theme URI: https://champion.stylemix.net/
Author: StylemixThemes
Author URI: https://stylemixthemes.com/
Description: Champion was created especially for sport clubs, football clubs, soccer news and sport organizations. The responsive layout is designed based on the Bootstrap 3.1 standards. Champion was built on Visual Composer Page Builder, which is included into the theme. Using Visual Composer you can easily create the pages in Front- or Back-end with 60+ modules.
Version: 1.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: champion, responsive, sport, soccer, football, sport club, club, wordpress, wp, fixtures, events, match
Text Domain: champion-child
Template: championThis theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you’ve learned with others.
*//* Add your own styles here */
Also putted the same code underneed the add your own styles but still not working. I want to change the appereance of the next page and also the widget colors etc:
https://voetbalschool-hilterman.nl/?page_id=86
Thanx already, with a bit of help i can adjust all the things i want!
Thanx Guys
- The topic ‘Help me with a CSS issue’ is closed to new replies.