Tagged: x
-
AuthorPosts
-
February 28, 2017 at 11:15 am #1389034
podomaniParticipantThis happens on every new site I setup with X, using the child theme: CSS changes won’t show up.
Issue #1: I’m downloading the child theme from the the user section here. It says the child theme is supposed to be 3.2.2, but when I download it, it shows version 1.0. It also has no enrique function in it, so is there the wrong version up on your servers?
Issue #2: CSS changes (using the renew stack) won’t show if I edit under global CSS or the Customize CSS in the admin section, let alone in my child theme style sheet.
February 28, 2017 at 11:16 am #1389036
podomaniParticipantThis reply has been marked as private.February 28, 2017 at 1:55 pm #1389201
DarshanaModeratorHi there,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
February 28, 2017 at 4:24 pm #1389311
podomaniParticipantThis reply has been marked as private.March 1, 2017 at 12:41 am #1389820
ChristopherModeratorHi there,
Your code is not quite right, it should be :
.x-logobar { background-image: url('http://www.fusecafe.com/newtown/wp-content/uploads/2017/02/header-1.jpg'); }You’re using updated version of child theme too.
Hope it helps.
March 1, 2017 at 9:09 am #1390375
podomaniParticipantOkay.. my code was in the Global CSS under customize. I took that out and added it to the child theme style sheet, but no changes from the style sheet are working.
March 1, 2017 at 10:18 am #1390480
RupokMemberMarch 1, 2017 at 10:34 am #1390508
podomaniParticipantWhat changed? I have to go through this everytime I install X and the child theme.
March 1, 2017 at 10:47 am #1390534
podomaniParticipantStill not right. Trying to make the background of the menu transparent. My stylesheet code is being overwritten as thought he stylesheets are loading out of order?
March 1, 2017 at 2:25 pm #1390854
Nabeel AModeratorHi again,
The code added in your Customizer has a higher priority than in child theme’s style.css, however you can override it by adding
!importantat the end, for example change your code like this:.x-btn-navbar.collapsed { background-color: transparent !important; }Hope this helps!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1389034 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
