Tagged: socket area
Hi I have notice this bug on my site: the socket area on my home page does not repect the socket area settings on the theme options. My socket area on the home page respect the Main Content settings on the theme option. Why?
How can I solve it?
I solved the problem of the link color with this code:
#socket.socket_color .copyright a:hover {
text-decoration: underline;
color: #ffffff;
}
#socket.socket_color .copyright a {
color: #ffffff;
}
But I don’t know how solve the problem with the white border. On my Main Content I need white border and the border myst be red for the socket. But even if i chose red on the the Socket area setting the border of the home page socket change respecting the white border chosed for the Main Content Area.
The other pages seams to respect all the Main and Socket area settings.
This problem in only on the Home page.
Help!
Hey galliulisse,
Could you let us know how to reproduce the problem you are having please? If you want to remove the border from the socket, then try this in Quick CSS:
#socket {
border-color: transparent;
}
Best regards,
Rikard
Thanks for your solution! It Work fine!
I don’t know how reproduce the problem.
How Can I help you to understand?
Hi galliulisse,
It seems like a caching issue as the homepage seems to be fetching CSS which is different from other pages.
I believe Rikard’s code have resolved the issue, just let us know if you still need further assistance.
Best regards,
Nikko
Ok. Closed For me
Hi,
Thanks for the update, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard