- Posts: 49
- Thank you received: 0
Troubles with menu colours
-
richard9
Inactive member - Topic Author
- Member
Less
More
2 years 2 months ago - 2 years 2 months ago #49635
by richard9
Replied by richard9 on topic Troubles with menu colours
Doh! sorry
www.bidefordconservativeclub.com/
reminder, i would like the colours i have for the HOME page the same throughout the site.
I would also like to know how to center the module in the section of the homepage that is showing the Opening Times, appreciate your help very much
thanks
www.bidefordconservativeclub.com/
reminder, i would like the colours i have for the HOME page the same throughout the site.
I would also like to know how to center the module in the section of the homepage that is showing the Opening Times, appreciate your help very much
thanks
Last edit: 2 years 2 months ago by richard9. Reason: added a bit
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
2 years 2 months ago - 2 years 2 months ago #49636
by milos
Replied by milos on topic Troubles with menu colours
Hello,
I don't know how you ended up with this, but your home page is using the Style 5 color scheme, and your inner pages are using Style 3. Anyway, you can edit the file /media/templates/site/investments/css/styles/style3.css and change this:
to this:
Regards,
Milos
I don't know how you ended up with this, but your home page is using the Style 5 color scheme, and your inner pages are using Style 3. Anyway, you can edit the file /media/templates/site/investments/css/styles/style3.css and change this:
Code:
.mnu_topmenu > li.active, button:hover, button.btn:hover, a.btn:hover, button.btn-primary:hover, p.readmore a:hover, a.readmore:hover, a.btn.action, .userrow p.readmore a:hover, .mp_right p.readmore a, .sparky_logo:hover::before, .carouselrow p.readmore a:hover, .sparky_home .items-row h2:hover::before {
background: #bf7575;
}
to this:
Code:
.mnu_topmenu > li.active, button:hover, button.btn:hover, a.btn:hover, button.btn-primary:hover, p.readmore a:hover, a.readmore:hover, a.btn.action, .userrow p.readmore a:hover, .mp_right p.readmore a, .sparky_logo:hover::before, .carouselrow p.readmore a:hover, .sparky_home .items-row h2:hover::before {
background: #d6b44d;
}
Regards,
Milos
Last edit: 2 years 2 months ago by milos.
Please Log in to join the conversation.
-
richard9
Inactive member - Topic Author
- Member
Less
More
- Posts: 49
- Thank you received: 0
2 years 2 months ago #49637
by richard9
Replied by richard9 on topic Troubles with menu colours
Thats great thanks - can you please help me to center the Opening times module in the header section below the slideshow?
many thanks
many thanks
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
2 years 2 months ago #49638
by milos
Replied by milos on topic Troubles with menu colours
Hello,
You can't align it because Top 1 is not the only module position in the top bar. You also have the Top 2 module position with the Facebook link. The only way to align the Top 1 is to disable the Top 2 module first.
When you disable Top 2, you can center the Top 1 by adding this to custom.css:
Regards,
Milos
You can't align it because Top 1 is not the only module position in the top bar. You also have the Top 2 module position with the Facebook link. The only way to align the Top 1 is to disable the Top 2 module first.
When you disable Top 2, you can center the Top 1 by adding this to custom.css:
Code:
.mp_top1 {
text-align: center;
}
Regards,
Milos
Please Log in to join the conversation.
-
richard9
Inactive member - Topic Author
- Member
Less
More
- Posts: 49
- Thank you received: 0
2 years 2 months ago #49639
by richard9
Replied by richard9 on topic Troubles with menu colours
No the section BELOW the slideshow not above it, i want to center the opening times module
prnt.sc/IKhRe5iy2EbW
prnt.sc/IKhRe5iy2EbW
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
2 years 2 months ago #49640
by milos
Replied by milos on topic Troubles with menu colours
Hello,
This is not our module so you should ask the module developer for help. However, try adding this to custom.css:
However, I am not sure if it'll work properly or if will it break the module somewhere else.
Regards,
Milos
This is not our module so you should ask the module developer for help. However, try adding this to custom.css:
Code:
figure.fig_openhours {
margin: 0 auto !important;
float: none !important;
}
However, I am not sure if it'll work properly or if will it break the module somewhere else.
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.179 seconds