NB1986
Member-
Content Count
6 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
dylansneed reacted to a question: Parallax - Disabling code injection on Mobile
-
Parallax - Disabling code injection on Mobile
NB1986 replied to NB1986's question in Coding and Customization
If anybody knows of a few lines of code which say *Disable this script if screen size is 640px wide it would be very much appreciated!- 3 replies
-
- code
- code-injection
-
(and 2 more)
Tagged with:
-
Hi All, I am struggling with Parallax on mobile and I wanted to know if there is a line of code I can insert in the header code injection that will enable me to keep the effect on desktop versions of the site. Site in question : www.nicolebarton.co.ukSite Style: Bedford You can see on the mobile version I am getting bars appear on the top / bottom when viewed in the mobile format. I have copied my Parallax code below, which sits in Settings>Advanced>Code Injection <!-- Parallax --> <script src="https://cdnjs.cloudflare.com/ajax/libs/rellax/1.6.2/rellax.min.js"></sc
- 3 replies
-
- code
- code-injection
-
(and 2 more)
Tagged with:
-
Adding custom fonts to the Promotional Popup
NB1986 replied to NB1986's question in Coding and Customization
The site is www.nicolebarton.co.uk -
Hello! So, I've had quite a lot of success being able to change the fonts across my site with CSS depending on the block used. However, I cannot get this to apply to the Promotional Popup. For example, I currently have the following: h1, h1 a, h1 blog title, entry-title { font-family: 'Wilderness'; } So that my blog titles etc are all my custom h1 font. However, this does not seem to be overriding within the popup and it is maintaining the font listed in the Site Styles. Is there a special identifier such as "h1 promotional" that can be used? I've tried using an inspect field in c
-
Fonts are loading intermittently and do not show correctly all the time
NB1986 replied to NB1986's question in Coding and Customization
Unfortunately I'm using the Bedford template, so this doesn't appear to be possible to have turned on. -
Hi, I have added some custom font types to my website using the Custom CSS function, and for the most part, my custom styles are loading fine. Where I am having issues, is that pre-loaded fonts do not always show correctly within my website and default back to what is set in the sites styles. As a few examples, the code I am using is as follows. h1, h1 a, h1 blog title, entry-title { font-family: 'Wilderness'; } h2 { font-family: 'Wilderness'; } normal { font-family: 'Laski Sans'; } Wilderness is the custom font, that loads fine. Where I am having issues is the Laski Sans, which i