Hello,
I’ve added some code into custom.css file.
Please check your contact form now and clear the browser cache before.
Regards,
Eva Kemp.
You’re welcome.
Regards,
Eva Kemp.
Hello,
The problem was with the permissions for /wp-content/uploads/2014/ directory. I’ve changed them and now images are being shown.
Please check and clear your browser cache before.
Regards,
Eva Kemp.
Hello,
This link http://www.d1263267-24692.cp.blacknight.com/louismulcahy.com/shop is unavailable. There is 404 error – Nor found. Have you changed the domain name?
Regards,
Eva Kemp.
Hello,
I’ve made changes in custom.css for subscription form.
Please check it now.
Regards,
Eva Kemp.
In this case you need add the code below into custom.css:
img.cat-banner {
display: none;
}
Regards,
Eva Kemp.
Hello,
1. You need edit the file wp-content/themes/legenda/contacts.php, find the lines with ‘Name and Surname’ and remove “surname”.
2. To change that text you need edit the same contacts.php file, line 64.
3. To change the background color of the message add this code into custom.css file:
.success {background-color: #98C391 !important;}
and change the color value to yours.
Here you can watch the tutorial how to create custom.css.
Also we recommend you to make any changes in files via child theme: http://codex.wordpress.org/Child_Themes not to lose the modifications after theme update.
Regards,
Eva Kemp.
Hello,
To center the subscription form use this code in custom.css file:
form.mc4wp-form, .mc4wp-form form {
margin-left: 120px;
}
Please clarify your 2nd question. Don’t you want the category thumbnails to be shown on the homepage and leave only the categories title?
Regards,
Eva Kemp.
Hello,
If you want our Register link to lead customers to your register page it requires additional customization which is not for free. If you have needed skills you can edit the files yourself.
Concerning WPML question we recommend you to contact their support. They should provide you with more information.
Regards,
Eva Kemp.
Hello @bond08,
Did you make changes in style.css of your child theme or the parent theme?
Please provide us with the login credentials to wp-admin panel and FTP in Private Content.
Regards,
Eva Kemp.
As I see contact form is showing fine.
Could you please clarify what issues you are experiencing?
Thank you.
Regards,
Eva Kemp.
To change the vertical lines color use this code:
.main-nav .menu > li > a {border-left: 1px solid #2B2B2B;}
.main-nav .menu > li:last-child > a {border-right: 1px solid #2B2B2B !important;}
(change the color value to yours).
To change active state background:
.main-nav .menu > li.current-menu-item > a {background-color: #F3F3F3;}
To change font color:
.main-nav .menu > li > a { color: #292D33; }
Just to clarify: you want to set the hover color for the text, not for the background of the menu items, don’t you?
Regards,
Eva Kemp.
Sorry, but we recommend you to update your ticket regarding site loading issue.
Regards,
Eva Kemp.
Hello,
As I see the thumbnails are showing:
Also I’ve added the code into custom.css to align the mailchip form. Please check your test page now.
Regards,
Eva Kemp.
Hello,
Does the contact form 7 look the same in default theme?
Please revert back your changes and provide us with the link to contact form and your wp-admin panel credentials.
Thank you.
Regards,
Eva Kemp.
In this case you need edit the file themes/legenda/content.php (line 64), change the tags from h3 to h1 or h2 and add the following code into style.css in the child theme:
.blog-post .post-title a {
font-size: 100% !important;
}
Regards,
Eva Kemp.
Hello,
You should edit only custom.css file. Have you enabled it in Theme Options > Custom CSS?
To resize the top header area try to add this code into custom.css:
.header-top-variant5 {
height: 40px;
}
Regards,
Eva Kemp.
Sorry for misunderstanding.
Please use this code to make all changes you need:
.main-nav {background: none repeat scroll 0% 0% #F3F3F3;}
.main-nav .menu > li > a { color: #292D33; }
.menu > li.current-menu-item > a {border-color: #F16521;}
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello @Tim1212,
Could you please clarify with more details what you’re trying to do?
Thank you.
Regards,
Eva Kemp.
Hello,
Yes, you must create a file like code/functions.php in the child theme.
Please create a ticket at https://support.8theme.com/ and our specialists will provide you with the needed information concerning the paid service.
Regards,
Eva Kemp.
Please try to change permissions to wp-content/really-simple-captcha/tmp folder. Also please ask your host regarding the issue that we are unable to connect to FTP. We’d investigate the problem from our side having FTP access.
Thank you.
Regards,
Eva Kemp.
Hello,
The password for FTP you provided before is incorrect.
You can update Woocommerce file review-order.php yourself. Just copy this file in the directory wp-content/plugins/woocommerce/templates/checkout and replace the file wp-content/themes/blanco/woocommerce/checkout/review-order.php with it.
Regards,
Eva Kemp.
Hello Pete,
Please add this code to align register-login area and langauge-area:
.top-bar .top-links {
float: left;}
.top-bar .languages-area {
float: right; }
To change header background use this code:
div.header-type-1 {
background: #929292;
}
To change text color for the menu:
.main-nav .menu > li > a { color: #292D33; }
.main-nav .menu > li > a:hover {color: #F16521; }
Regards,
Eva Kemp.
Hello,
You can add this code into style.css of your child theme:
.blog-post .post-title a {
font-size: 40px;
}
Regards,
Eva Kemp.
Hello,
Please read carefully this article https://codex.wordpress.org/Child_Themes (“Referencing / Including Files in Your Child Theme” paragraph) how to include files into the child theme.
Regards,
Eva Kemp.
Hello,
As I see you have old theme version, please update it to the latest one (2.9.2). Don’t create multiple folders with the old theme versions, you must overwrite the current files with the updated ones. Please read our documentation: https://www.8theme.com/demo/docs/blanco/index.html#!/upgrade
Regards,
Eva Kemp.
Hello,
Try to rename the image 1752014888.png to 1906380491.png in the /inc/really-simple-captcha/tmp folder.
Looking forward to your reply.
Regards,
Eva Kemp.
Hello,
You can select the light theme and then set the dark version of the footer in Theme Options > Footer. And header background can be modified in custom.css file.
Regards,
Eva Kemp.
Hello,
Do you have Visual Composer plugin installed and activated? Have you just installed the latest theme version or updated it?
If you have the appropriate skills and want to edit some shortcodes you can do this in wp-content/themes/legenda/framework/shortcodes.php file.
Regards,
Eva Kemp.