- Posts: 10
- Thank you received: 0
CSS not changing when edited and saved
-
enquiries9
Inactive member - Topic Author
- New Member
Less
More
3 years 2 months ago #48246
by enquiries9
CSS not changing when edited and saved was created by enquiries9
I am trying to change a background colour.
The value I need to change is at style2.css Line 58
When I look at the stylesheet the value has changed, but when I view the site using chrome it still shows its original value even after 4 days!!
The value I need to change is at style2.css Line 58
When I look at the stylesheet the value has changed, but when I view the site using chrome it still shows its original value even after 4 days!!
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
3 years 2 months ago #48248
by milos
Replied by milos on topic CSS not changing when edited and saved
Hello,
Please provide a link to your site and let me know where is the background color you are trying to change. I need this to inspect the source code of your website.
Thanks,
Milos
Please provide a link to your site and let me know where is the background color you are trying to change. I need this to inspect the source code of your website.
Thanks,
Milos
Please Log in to join the conversation.
-
enquiries9
Inactive member - Topic Author
- New Member
Less
More
- Posts: 10
- Thank you received: 0
3 years 1 month ago #48251
by enquiries9
Replied by enquiries9 on topic CSS not changing when edited and saved
Site is at
www.signpostdev.co.uk/MOVERS/
I am trying to change the rollover colour of the links buttons for the icons immediately below the carousel on the home page.
Also then I will be looking to change the same background colour where it occurs
I am trying to change the rollover colour of the links buttons for the icons immediately below the carousel on the home page.
Also then I will be looking to change the same background colour where it occurs
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
3 years 1 month ago #48253
by milos
Replied by milos on topic CSS not changing when edited and saved
Hello,
You can change this color if you edit file /templates/sparky_framework/css/styles/style2.css:
Then check if you changed the correct file by accessing this link: www.signpostdev.co.uk/MOVERS/templates/s...ss/styles/style2.css
Regards,
Milos
You can change this color if you edit file /templates/sparky_framework/css/styles/style2.css:
Code:
p.readmore a, .servicesrow h3 a:hover {
background: #2d97d3;
border: 1px solid #1a80a4;
box-shadow: inset 0 0 30px #1a80a4;
}
Then check if you changed the correct file by accessing this link: www.signpostdev.co.uk/MOVERS/templates/s...ss/styles/style2.css
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.156 seconds