• Resolved Helle Naia

    (@helle-naia)


    Hi everybody

    I have a problem with the automated footer on my blog:
    https://blog.coregrafit.com/

    The theme is Spun – by Caroline Moore

    The section almost at the bottom:
    Coregrafit er med stolthed drevet af WordPress
    Indl?g (RSS) og Kommentarer (RSS).
    Is NOT wtriten by me, and I have no way of controlling it.

    Anybody know how I can remove this last line and the links which I dont want to be public:
    “Indl?g (RSS) og Kommentarer (RSS).”

    I can not find any “footer.php” file in my theme – so I’m really lost. I hope some of you can help me. – please.
    And hey I’d still like to honour wordpress with the line – so it doesnt need to be removed:
    “Coregrafit er med stolthed drevet af WordPress”

Viewing 4 replies - 16 through 19 (of 19 total)
  • Hey there Helle,

    Working with Ivan and Calving here ??

    If I understood correctly you’re having a child theme, all these changes can be done with some custom CSS. Please try adding the following CSS code to your child theme style.css:

    .site-info {
    width: 100%;
    }
    
    aside#simple-social-icons-2 {
    margin-bottom: -90px;
    }
    
    .site-footer {
    opacity: 1;
    }

    This should center the text in footer, remove the fade out effect and put it closer to your widgets.

    Hope this helps ??

    Best regards,
    Bojan

    Thread Starter Helle Naia

    (@helle-naia)

    Hi Bojan.
    Wauw, it all works as wished for:)

    All you guys, thank you so so so much for all your help:)

    It is widely appreciated.

    Now it is all coming together.

    Calvin, Ivan and Bojan – have a great weekend.

    /Helle

    Hey Helle,

    Glad we managed to help you out ?? Have a great one yourself!

    Cheers,
    Bojan

    Thread Starter Helle Naia

    (@helle-naia)

    Thanks so much:)

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Footer modification – remove the RSS links (3 posts)’ is closed to new replies.