Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #334878
    HansH
    Participant

    Hello Milan,

    I encounter a problem in changing styles.
    I can change every item’s colors except the color of the list buttons.

    Also I cannot add a new standard style.This prevents resetting colors by accident.
    Can you give me a hint how to do that.?

    Kind regards

    Hans Hagmeijer

    #334886
    minal
    Keymaster

    Hello Hansh,

    I cannot figure out which list of buttons are you referring. can you please provide me a screenshot of it so I can come up with a solution?

    Sincerely,

    Minal

    #334899
    HansH
    Participant

    Hello Minal,

    It is the first thing under the header non frontage of leusden.hagmeijer.nl

    Yu can see the screenshot here. The arrow heads for the bullets.

    Kind regards

    Hans Hagmeijer

    #334907
    minal
    Keymaster

    Hello Hansh,

    If you want to change the color of arrow bullets you have to change the text-link color from the editor,

    text-link

    if you hover those color you will see text-link text and that’s one you have to change. but it will change all over the page where text-link is used.

    and if you want to solely change that specific bullets try adding below CSS snippets

    
    ul li:marker {
    
    color: your desired color value;
    
    }

     

    and if you want the same color as the list text in your bullets

    
    ul li:marker {
    
    color: inherit;
    
    }

    Hope it works for you,

    Sincerely,
    Minal

    #334912
    HansH
    Participant

    Hello Minal

    Thank you for explanation. Text link worked for me. Css did not work.

    Now I hope to be able tot finish website. But I think I will encounter some problems.

    Kind regards

    Hans Hagmeijer

    #334929
    minal
    Keymaster

    Hello Hansh,

    If you face any difficulty throughout your build up, we are here to assist you

    Sincerely,

    Minal

     

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.