This topic has 21 replies, 4 voices, and was last updated 8 years, 8 months ago ago by Jack Richardson
How can i delete this link in my side or how can i translate in german
“Return to Previous Page”
Thanks.
Gerd
Hello,
You can remove this text using the code in custom.css file:
.back-to {
display: none;
}
or translate it in your .po file in wp-content/themes/idstore/languages directory
https://www.8theme.com/demo/docs/idstore/index.html#!/how_to_translate
Regards,
Eva Kemp.
Hello,
Please add this code in custom.css
.back-to {
display:none;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Thank you. It works.
Where can I find the CSS commands for this theme?
But i have two problems.
1. I will change the fonto color by mouse over.
2. I will delete the Menue Link of the Site for example Home / Kleeblatt Dessous Party
Thanky you for help.
Gerd
Hello,
Please the video tutorial how to create custom.css file: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
1. Please specify for which elements you want to change hover color.
2. Add this code in custom.css file:
#breadcrumb {
display: none;
}
Best regards,
Jack Richardson.
Thanky you.
1. I will change the hover color in field the footer. For example, when i click a link the color is grey.
Can i send screenshot in this forum?
By Gerd
Hello,
Please try to add this code in custom.css
.footer_menu a:hover,
.footer_container .textwidget p:hover {
color: red !important;
}
You can use LightShot programm to make screenshot and provide us with link to them.
Regards,
Robert Hall.
Here is the Screenshot
Please use this code in custom.css
.container_footer_bg, .footer_container {
background-color: #FFFFFF !important;
}
Regards,
Robert Hall.
Sorry, i will change the color from the font, not the background. Have you see the screenshot? I can not see this picture.
It’s your screenshot: http://prntscr.com/9pxpi7
Sorry, but I can’t understood what exactly you want to change there.
Regards,
Robert Hall.
It was the right screenshot. I will change the textcolor in white. The background ist green and color auf the text grey, but only in the footer.
I have make a update from the Silder Revolution and now the slider is not in the box.
Thank you and sorry for my english. 😉
1) Please use this code in custom.css
.container_footer_bg, .footer_container,
.footer_container .textwidget p,
.footer_block .tagcloud a,
.footer_menu a,
.footer_menu li {
color: #fff !important;
}
2) I’ve selected Auto slide layout in slider settings and it’s working fine now. Please check.
Regards,
Robert Hall.
Okay. Thank you.
Hello,
You’re welcome.
Best regards,
Jack Richardson.
Hi, i have two questions.
1. When I make a Portfolio, i cannot save this. Be become warnings
2. How can i change the font color in the footer.
I wish the fonto color is black.
Hello,
1. Please provide us with FTP credentials. Have you modified theme files?
2. Please add this code in custom.css file:
.footer_container .textwidget p, .footer_container a {
color: black !important;
}
Regards,
Eva Kemp.
Hi, Eva,
Unfortunately, there was no change in custom.css file.
I send you the FTP credentials.
I have only modified the css files.
Hello,
There were just warnings and they were shown because you have “display_errors” function enabled on a server. I’ve deactivated it with this code in wp-config.php file:
ini_set('display_errors','off');
Now clear browser cache and check portfolio projects.
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up