Tagged: x
-
AuthorPosts
-
August 24, 2016 at 3:18 am #1144368
ArthurParticipantHi guys
First, thanks for the great job you have done with X theme !
I have 2 small problems and can’t figure out how to fix them :
#1 – I’ve used a Text Widget in the footer. It is an “About” section with a picture. I’d like to center it like in http://demo.theme.co/integrity-10/. I’ve tried to use “margin: auto !important” everywhere but nothing changed.
#2 – Surprisingly, I can’t change the Font-family. I’d like to use “The Girl Next Door” font, also like in the integrity-10 theme demo. But while I have changed it in the Custome CSS, nothing happen.
Any idea ?
My website : http://www.senegrain.fr
Cornerstone : 1.3.1
X : 4.6.1
WP : 4.6Thanks
August 24, 2016 at 9:13 am #1144729
JoaoModeratorHi There,
1- Please add the following code to Appereance Customizer Custom CSS
.textwidget { margin: auto !important; }2- Are you trying to implement on your whole website? You changed in Customizer Typography and it didn“t work?
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 / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Hope it helps
Joao
August 24, 2016 at 2:45 pm #1145289
ArthurParticipantThis reply has been marked as private.August 24, 2016 at 9:10 pm #1145834
FriechModeratorHi There,
#1 Use this code instead.
footer #text-2 { max-width: 600px; margin: 0 auto; }#2 Add this on top of your child theme’s style.css file.
@import 'https://fonts.googleapis.com/css?family=The+Girl+Next+Door';Then add this on your custom CSS. Either on Customizer or child theme’s style.css
footer #text-2 p {font-family: "The Girl Next Door",cursive;}Hope it helps, Cheers!
August 25, 2016 at 12:21 am #1146105
ArthurParticipantIt works well.
Thanks a lot !
Arthur
August 25, 2016 at 2:02 am #1146187
FriechModeratorWe’re delighted to assist you with this.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1144368 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
