• Hi,

    I am working on this site: https://myoga.com/newsite/

    I am using the Twenty Twelve theme.

    I would like help removing the lines that are between the images (social media icons) in the footer. I would also like to remove the link from the text in the footer.

    I’ve tried a number of things with no luck. There doesn’t seem to be a space between images, and yet there is an underline that is linked, as if there were a space.

    Thank you for any advice you have!

    -Brittany

Viewing 2 replies - 1 through 2 (of 2 total)
  • The bigger issue is that you may have modified theme files without setting up a child theme:

    https://codex.www.ads-software.com/Child_Themes

    When your theme updates all of your changes will be lost. Once you have that straightened out you could add this to your child theme CSS:

    .site-info a {
        text-decoration:none;
    }

    Setting up a child theme at this point may be a bit tedious so post any questions you may have.

    Hope that helps.

    Thread Starter sophiefire13

    (@sophiefire13)

    Hi CPC Mike,

    Thanks for your help with this! Yes, thank you for reminding me about creating a child theme. I have to admit I’ve been a bit daunted by the task, but am definitely planning to do it before launching this site. The footer is the only place I have done this with. All of the rest of the CSS I have modified with the Jetpack CSS editor plugin.

    I tried adding the code you sent me to that CSS editor plugin with no luck. Any other thoughts?

    Thanks so much for your help!
    Brittany

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Line between images in footer’ is closed to new replies.