• Resolved tvk5300

    (@tvk5300)


    On the above webpage I inserted a ticker but the logo in the top menu is not shown as on all others pages and the color in the footer is now black instead of green as you can see on e.g. https://www.doskobeveren.be/login-beheerder/.

    In settings I have no custom CSS.

    How can I solve this?

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author metaphorcreations

    (@metaphorcreations)

    Your page has custom css added to it, not by the ticker or in the ticker settings. From what I’m seeing the custom custom css is only affecting this page, so I’m guessing there’s a css somewhere on your page where this has been added… Or, maybe there is something in the theme that is adding css directly to the page. I can’t tell for sure where it’s coming from.

    Here are some of the styles that I am seeing (via the source html):

    #logo {
        width: 81px;
        float: left;
        font-size: 0;
        line-height: 0;
    }
    #logo a {
        height: 47px;
        display: block;
        background: url(images/logo.png) no-repeat 0 0;
        text-indent: -4000px;
    }
    a {
        color: #0252aa;
        text-decoration: none;
        cursor: pointer;
    }
    #footer {
        background: url(images/footer-cols.png) repeat 0 0;
    }
    Thread Starter tvk5300

    (@tvk5300)

    Thanks sir,

    You gave me a great hint, the problem is solved; I had an extra css file in the <head> </head> that was not necessary.

    Plugin Author metaphorcreations

    (@metaphorcreations)

    Glad to help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Ditty News Ticker changes element on webpage.’ is closed to new replies.