This topic has 7 replies, 2 voices, and was last updated 10 years by Laura.

  • Author
  • #88522
     trevorali
    Participant

    Hi,

     

    How do I change these elements for the footer area text

    1. Remove “>” from text

    2. Make font bigger

    3. change rollover normal color

    #88718
     Laura
    Moderator

    Hello, please add this to style.css

    COPY CODE
    
    .widgets-container .widgets ul li:before {
        display: no;
    }
    .widgets-container.footer_location a {
        font-size: 14px;
    }
    .widgets-container.footer_location a:hover {
        color: black !important;
    }
    

    Change black to the hover color you prefer and 14px to the font size

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #88735
     trevorali
    Participant

    I added that but those “>” arrows are still there. How do I remove those..

    #89136
     Laura
    Moderator

    Hello, try

    COPY CODE
    
    .widgets-container .widgets ul li:before {
        display: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #89348
     trevorali
    Participant

    didnt work.

    Please advise

    #89653
     Laura
    Moderator

    Hello, can you share admin access so i can check it out? it would be easier 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #89657
     trevorali
    Participant

    Username: trevorali Password: KxHRTqvh7fDA4J

    #89849
     Laura
    Moderator

    Hello, issue fixed

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?