Tagged: x
-
AuthorPosts
-
April 17, 2016 at 1:01 pm #886992
Christina rParticipantHi
I am trying to load a google font on specific pages. Also tested globally ad still not loading?
http://screencast.com/t/90cnKp9Vhmptried this:
h3 {
font-family: ‘NothingYouCouldDoRegular’, cursive !important;
}and
h3 {
font-family: ‘NothingYouCouldDo’, cursive !important;
}Thanks for help!
Christina
moreparsmorefun.com
integrity light using child 4.4.2
wp 4.5April 17, 2016 at 11:55 pm #887501
RupokMemberHi Christina,
Thanks for writing in! You are not declaring the font-family correctly. It should be :
h3 { font-family: 'Nothing You Could Do', cursive; }Ref : https://www.google.com/fonts#UsePlace:use/Collection:Nothing+You+Could+Do
Also make sure you are loading the font on your site through Customizer > Typography or might be with another method.
Cheers!
April 18, 2016 at 7:03 am #888100
Christina rParticipantHi!
I do not want it under Customizer > Typography because it will change all headings. I only want H3. It is still not working however: http://screencast.com/t/lrX67ItA9bkA
Thanks for help,
ChristinaApril 18, 2016 at 7:10 am #888111
Christina rParticipantI stand corrected – it does work – thanks for your help as always!
April 18, 2016 at 9:04 am #888305
ThaiModeratorIf you need anything else please let us know.
April 20, 2016 at 7:55 pm #892727
Christina rParticipantHi Again
It is actually not woking on mobile? Also I have huge gaps on the page and I have no padding set in any of the VC columns?
http://moreparsmorefun.com/fundamentals-playlist
Thanks for help
ChristinaApril 21, 2016 at 4:00 am #893303
John EzraMemberHi Christina,
Thanks for updating the thread. Upon checking your site, your font isn’t working on my end. I checked your child theme’s stylesheet and you don’t have your font setup properly. Please add this CSS line at the very top of all the CSS on your child themes styel.css file.
@import url(https://fonts.googleapis.com/css?family=Nothing+You+Could+Do);Regarding the gaps, would you mind specifying where they are so we can take a look and guide you accordingly. Thanks!
April 21, 2016 at 7:24 am #893535
Christina rParticipantThis reply has been marked as private.April 21, 2016 at 2:12 pm #894189
JadeModeratorHi Christina,
Those gaps are caused by the empty columns that get’s shifted on mobile creating some spaces. To get rid of them, add a class name to the empty columns in Cornerstone then add this CSS:
For example the class you will add to the columns is empty-column, then the code should be
@media (max-width: 767px) { .empty-column { display: none; } }April 21, 2016 at 6:02 pm #894451
Christina rParticipantI seeā¦makes sense. I’d rather fix layout then add extra CSS.
I am trying to keep text on short lines and centered under header. I added spacer images in the left and right column. I am sure there is another way to do that besides adding the above?
In other words, make one column, not three. I do not see an option for padding left and right that would do the trick, only top an bottom padding for a row. I am using VC not cornerstone. I built this site pre-cornerstone.
Thanks!
ChristinaApril 21, 2016 at 6:06 pm #894456
Christina rParticipantThis reply has been marked as private.April 22, 2016 at 12:18 pm #895633
JadeModeratorHi Christina,
The approach you took in adding a specific width to the section in the middle while setting the other columns blank seems fine. The easiest way should be to add the CSS to control the display of empty columns since Visual Composer does not have a device visibility control feature for columns unlike Cornerstone.
April 23, 2016 at 2:15 pm #896879
Christina rParticipantThis reply has been marked as private.April 23, 2016 at 2:20 pm #896886
Christina rParticipantThis reply has been marked as private.April 24, 2016 at 4:19 pm #897743
NicoModeratorHi There,
Would you mind sharing us your admin credentials so we could check your setup closer.
Don’t forget to set it as private reply.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-886992 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>

