Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1042254

    Hi,
    I have some pages where the copy is very short so it’s like 1/3 of a page and it seems the rest of the page is taking its color property from the socket
    just like to what this post is about – https://kriesi.at/support/topic/socket-default-background-colour-overwrites-the-body-background-colour/
    (in my case, it’s #03b399)
    when I implement any of the suggestions in the above post or change the socket color, it also changes the up arrow on the lower right of the screen that allows people to go to the top of the page.
    I could live with that if it wasn’t for the fact I want my BG to be #ffffff and changing the socket to #ffffff makes it invisible…

    • This topic was modified 5 years, 3 months ago by Dee007.
    #1042396

    Hey Dee007,

    If you want to set a separate colour for the scroll to top link button then you can try this in Quick CSS:

    #scroll-top-link {
        background-color: red;
    }

    Best regards,
    Rikard

    #1043312

    Ok… but why are these 2 even related?

    #1043604

    Hi,

    That is the way the colour of the button is determined.

    Best regards,
    Rikard

    #1044047

    I’m not sure we understand each other…
    I[‘m asking why is the scroll-top-link button dictates (or more accurately overwrites) the background color?

    #1044212

    Hi,

    I’m not sure I understand what you mean by that, are you saying that when you used the CSS I posted something other that the scroll to top button changed background?

    Best regards,
    Rikard

    #1044459

    No. this works
    BUT
    As I mentioned in my original post, I don’t understand why on shorter pages the background color is determined by the socket in the first place…

    #1044862

    Hi,

    I’m sorry but I still don’t understand what you are saying, maybe since the background on the button is semi-transparent? If the socket is behind the button then some of it’s colour would be shown through it?

    Best regards,
    Rikard

    #1045011

    Never mind then…

    #1045017

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘socket and background color’ is closed to new replies.