panuela Posted July 13, 2019 Share Posted July 13, 2019 Hello, I am using the Wells template, because i want the navigation as a sidebar. I would like to make the site title font bigger than what the template lets me do in style editor. When i change the site title font size in style editor noting happens, the size seems locked in some way. Is it possible to change this with a CSS code? I imagine this being a very simple coding, but i haven't found a solution when searching, and i do not really know anything about CSS myself. Also, i would like the dropdown navigation folders to have a different color than the rest of the navigation, so i also need a code for this, if possible.. Site URL(still in development): https://iguana-avocado-le77.squarespace.com Link to comment
tuanphan Posted July 13, 2019 Share Posted July 13, 2019 @panuela Add to Home > Design > Custom CSS.I dont see dropdown navigation. Can you take screenshot? div#topNav a { font-size: 20px !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
panuela Posted August 2, 2019 Author Share Posted August 2, 2019 @tuanphan Thank you. I have now tried the code, but it changes the font size of the navigation side bar. I need the font size of the site title to be bigger.. The dropdown nav is in the sidebar in the 'bygninger', 'planlægning' and 'design'. Link to comment
tuanphan Posted August 2, 2019 Share Posted August 2, 2019 @panuela I checked Wells Template Demo on SS and sent that code. You don't post site url so i can't check exact. /* Site Title Font Size */ h1.logo.site-title a { font-size: 50px; } /* Dropdown Nav Color */ .subnav a { color: #ff0000 !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
panuela Posted August 2, 2019 Author Share Posted August 2, 2019 Thank you so much! Changing the site title worked. Here is the URL: https://iguana-avocado-le77.squarespace.com i want the three drop down menus that appear when clicking on 'bygning', 'planlægning and 'design'' to be a light gray - so there is a difference between them and the main navigation.. Link to comment
panuela Posted August 2, 2019 Author Share Posted August 2, 2019 Hmm, now the code for the site title size is not working anymore? It just changed the title size for a short amount of time. Do you know how i can fix this? :) @tuanphan Link to comment
tuanphan Posted August 2, 2019 Share Posted August 2, 2019 @panuela Did you remove the code I sent? Try this .logo.site-title * { font-size: 20px; } if you want lightgray, replace #ff0000 with lightgray, eg: color: lightgray !important;or #d3d3d3 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.