It is not possible to change the colour of the copyright text as well as the sty
-
As you can see in the picture, I would like to change the style of this column to have a chamfer of 15, but there is no place to set it.
Attachments:
You must be
logged in to view attached files.
Hi ipaybom,
Thanks for reaching to us.
To assist you in the best possible manner, I kindly ask that you please provide me temporary wp-admin info (wp-admin URL, username, password) to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.
Regards,
Thanks for your quick reply.
Hi ipaybom,
Thanks for details.
Go to Theme Settings > Footer > Footer and remove footer background color https://prnt.sc/L3kc16Romj3Y
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
div.copyrights-wrapper{
margin: 0 15px;
background-color: rgb(19,19,19);
}
Regards,
Whilst I have managed to add the code, it doesn’t look good.
1. the left and right sides are not aligned with the previous part.
2. how the distance they are separated merges them together.
3. i can’t change the colour of the text with links.
Attachments:
You must be
logged in to view attached files.
Hi ipaybom,
Thanks for details.
1. Border and spacing
Edit the Footer via Elementor > and remove border from second Section widget, see screenshot in Private area.
Please remove previous code and add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
div.copyrights-wrapper {
margin: 0 10px;
background-color: rgb(19, 19, 19);
border-radius: 0 0 15px 15px;
}
.container.main-footer > div > div{
padding-bottom: 0;
}
2. Links colors
Go to Theme Settings > Typography > Advanced. In this area, you can assign elements to below Custom Class:
.copyrights-wrapper a
Please refer to our documentation https://xtemos.com/docs-topic/advanced-typography-settings/
Regards,