Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #129350
    RangeIsClear
    Participant

    Hey !

    how can i change the list arrows to white in my whole site – only in text?
    Thx very much !

    #129352
    Skandha
    Participant

    @RangeIsClear: Please post in your site URL.

    Regards,
    Skandha

    #129353
    RangeIsClear
    Participant
    #129355
    Skandha
    Participant

    @rangeisclear: You seem to have used an image for that arrow. So to change the color of the arrow into white you will need to use an image of white arrow

    Let me know if you have any more issues.

    Regards,
    Skandha

    #129357
    RangeIsClear
    Participant

    hm…. i think i have put in no picture, but maybe it´s standard when you install it ?

    another question…

    how can i make the border around the menu and between each menutext transparent ?

    #129358
    Skandha
    Participant

    @rangeisclear: The standard list-style would have been a bullet but you seem to have uploaded an image of an arrow for that purpose. Anyways if you want to change it into a white arrow.
    Go to => Appearance => Customize => Additional CSS and add the following code.

    ul {
    list-style: "\2192";
    }

    To make the border around the menu and the menu text transparent Goto => Appearance => Customize => Additional CSS and add the following CSS Code.

    #access, #access ul li, #access ul li ul li, .menu-toggle, .dropdown-toggle::after {
    border-style: hidden;
    }

    Let me know if you have any more issues.
    Have a good day!

    Regards,
    Skandha

    #129359
    RangeIsClear
    Participant

    wow this is awesome – so fast answers !! thank you this works.

    yes – two little things again – then i think it´s perfect.
    around the slider there is also a border i think, i have tried many css codes from the web, but they all don´t work – sorry.

    also there are two white lines over the whole site on top of body and end before footer….. how can i remove them ?

    #129366
    tikaram
    Keymaster

    The border around the slider is from image itself and its not from the css code of the site. You can check the images that you have uploaded as featured slider.
    Slider Image : http://www.rangeisclear.com/wp-content/uploads/2017/10/slider_Projekte-1.jpg

    To remove the two white lines at the top and bottom of the site add the following additional css.

    #colophon {
    	border-top:0;
    }
    #masthead .bottom-bg {
    	border-bottom: 0;
    }
    #masthead {
    	border-bottom: 0;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘List Style Color’ is closed to new replies.