Tagged: x
-
AuthorPosts
-
October 18, 2016 at 7:35 am #1220732
wal vParticipantHi X!
This theme is still great 😀
But im having a little problem i hoped you could help me with.
I made a bullet list and changed the color of the bullets using:
li {
color: #034b95;
}li span {
color: black;
}This also made my menu color to turn black.
As you can see:
http://www.naber-vastgoedbeheer.nl/tarieven-en-algemene-voorwaarden/Hopefully you can help me out with this one.
Thanks for your time!
October 18, 2016 at 8:12 am #1220779
ThaiModeratorHi There,
Please update your custom CSS to this:
.x-text ul li { color: #034b95; } .x-text ul li span { color: black; }Hope it helps 🙂
October 18, 2016 at 12:32 pm #1221101
wal vParticipantHi X,
I just did, now the whole list is blue.
I was hoping i could just get the bullets blue.Hopefully this is possible
October 18, 2016 at 1:30 pm #1221179
RupokMemberHi there,
Let’s remove the above code and use the below code :
.x-text ul li { color: #000; list-style: outside none none; padding-left: 10px; position: relative; } .x-text li::before { color: #034b95; content: "âš«"; font-size: 13px; left: -3px; position: absolute; top: -2px; }Hope this helps.
October 20, 2016 at 5:14 am #1223689
wal vParticipantThanks i only replaced content with • and now it’s how i wanted it 🙂
October 20, 2016 at 7:41 am #1223815
JoaoModeratorGlad to hear it,
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1220732 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
