Jaz_Currie_12
Circle Member-
Posts
10 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Everything posted by Jaz_Currie_12
-
Hi there, I can see that the heading for the promotional pop up's pulls through as a h1. That means that on a homepage, there is always going to be 2 x h1s. Is there anyway I can code in that the promo pop-up heading uses a h2 instead? The live site is: https://www.uprightchiropractic.com.au Cheers, Jaz
-
Hi all, Looking for help with custom coding the mobile menu. I would like to decrease the font size, and increase margin around each nav a. Currently have the following code, which shows that it is working ONLY when the css panel is open. I have added it under a media query. .header-menu-nav-item a { font-size: 4.5vmin !important; margin: 5.5vw 5vw !important; line-height:1.2em; } I'm guessing I haven't put it in the write section of the code? Thanks!
-
code to override text decoration not pulling through
Jaz_Currie_12 replied to Jaz_Currie_12's topic in Customize with code
Legendary @Web_Solutions than you for the fix!! -
Hi there, I need an anchor link in announcement bar to have no underline. I have coded in text-decoration: none !important; but it isn't pulling through as priority. It is still pulling through the SS styling of text-decoration: underline !important;. See below screenshot below Is there any way to change priority for this. Here is the site: https://pear-parakeet-rn6z.squarespace.com/ PW is: Jasmine
-
Blog posts images have a 1px height, cannot figure out why
Jaz_Currie_12 replied to Jaz_Currie_12's topic in Pages & Content
@tuanphan you are a legend, thank you so much, that worked. I'll be buying you a coffee in a minute. -
I have a large blog that is showing the 'feature images' as about 1px high. When selecting 'basic grid' 'masonry etc' and selecting an image ratio I can see the correct images are there and in the right spot however, looks like no height is pulling through. I managed to add some code which included height:100% which allowed the img to be height 100% but then didn't create space for the rest of the content (title, primary/secondary meta content etc). I would be grateful for a set of eyes on it. Here is the site: https://pear-parakeet-rn6z.squarespace.com/blog PW is: Jasmine Below are screenshot of what I have tried to explain. Thanks in advance
-
Button Color Not Responding to Style Changes
Jaz_Currie_12 replied to CoorlasArchitecture's topic in Fonts, colors and images
Yes @tuanphan, thats because I have overridden it with code for now for primary, secondary and tertiary buttons, as I cannot work out what is wrong. I would much prefer it to be pulling correctly, but it will not work. Any suggestions? -
Hey @merakiboutik I'm getting the exact same thing for me the past 2 days when it hasn't ever happened before. Did you ever find a work around or an explanation?
-
Button Color Not Responding to Style Changes
Jaz_Currie_12 replied to CoorlasArchitecture's topic in Fonts, colors and images
Hi @tuanphan, I am having the exact same issue. It's like the styling pannel for the buttons won't pull through, but I can't see what where the styling is pulling from. I have attached an example of a button, it should be green bg color, fill, white text, custom corners (see below screenshot). I have also tried to reset to default but nothing changes. I would prefer to get it sorted, but could change the CSS if needed. @TheBrandBoy did you get this sorted? Thanks in advance. Here is the site: https://pear-parakeet-rn6z.squarespace.com/ PW is: Jasmine -
Hi legends, I am working on a site for a client who has a brick and mortar opening in 2 months time. Ideally I want to have the site up and running so that Google can crawl it and start ranking etc before they open the doors however, the client wants it to be unsearchable until they are live. Is there anyway to have the site 'Private' but still crawl-able by Google et al? Cheers, Jaz