Hi, I’m working on a website and have a few issues that I can’t resolve myself - I have tried! I hope you can help!
I’m just working on the Home page for now:
-
The nav bar - when you hover over a page name, a line under it appears, how can I change the thickness of it and add padding to move it further away from the text
-
The icon list in the section ‘Why have a website?’, when I view it on a smartphone there’s a gab under each column that I can’t get rid of - I’ve tried different CSS options but it just won’t go!
-
The accordion, when clicked on I need to change the transparent background to white. I’ve tried several ways to do this with CSS but nothing seems to work! Here’s the basis CSS I’ve tried:
.x-accordion-inner {
background-color: #fff;
}
.x-accordion-body.collapse.in {
background-color: #fff;
}
I’ve tried both CSS above with and without ‘div’ at the beginning and also with and without ‘important!’ added to the background color - and I’ve also tried it with the ‘color’ removed from the background line.
- The ‘accent’ line either side of the headings, how can I change the colour and thickness of it.
I’ll add the details for the site in a private message as I need to include the password to view it.
Thanks!