paulcornwall Posted May 1, 2022 Share Posted May 1, 2022 Hello people, I've recently taken over this website www.engraveexpress.co.uk. There is a block of text I cannot edit via the modules and fed up asking my developer to keep updating it. It's the text at the top of the homepage currently showing "OPEN for Enquiries & Telephone Orders Mon-Sat 12-7 pm ALL PRICES INCLUSIVE". Can anyone talk me through how to change this? Also, the green text, on the menu, how can this be changed to match the theme colours of black or orange? Many thanks in advance. Paul Link to comment Share on other sites More sharing options...
JBW Posted May 2, 2022 Share Posted May 2, 2022 If the text is not part of a module it will be hard-coded in your template (child)-theme files and can be changed there (cache reset might be required after). Layout stuff like the menu color can be adjusted in your themes custom.css file or sometimes the theme has a special configuration module Link to comment Share on other sites More sharing options...
paulcornwall Posted May 2, 2022 Author Share Posted May 2, 2022 Thanks @jbw for the response. How do I gain access to the template (child) theme files? Willing to learn, if you can help? Link to comment Share on other sites More sharing options...
JBW Posted May 2, 2022 Share Posted May 2, 2022 Login by FTP/SSH or in your hosting panel file manager (if existing). Don't forget to backup before changing anything 1 Link to comment Share on other sites More sharing options...
Nickovitshj Posted May 2, 2022 Share Posted May 2, 2022 If you have no experience with editing code like this I'd also suggest learning the basics of HTML/CSS. With some basic understanding you can achieve a lot and are less likely to mess stuff up. https://www.w3schools.com/html/ Link to comment Share on other sites More sharing options...
paulcornwall Posted May 2, 2022 Author Share Posted May 2, 2022 I have the basics of html but location of files etc have me confused. I've just logged into my hosting cpanel and now trying to locate the child theme file? Link to comment Share on other sites More sharing options...
Nickovitshj Posted May 2, 2022 Share Posted May 2, 2022 You now have to go to the public_html folder. In there, there'll be a /themes folder. Inside that folder you must then select to theme used on your shop. Once you're there there'll be a .tpl file that needs editing. Most likely once named header.tpl Link to comment Share on other sites More sharing options...
paulcornwall Posted May 2, 2022 Author Share Posted May 2, 2022 Now I'm here, cannot see a .tpl file, can you? Link to comment Share on other sites More sharing options...
Nickovitshj Posted May 2, 2022 Share Posted May 2, 2022 (edited) Is the premium watch shop folder empty other than the mails and modules folders? There should be a /templates folder within these theme folders. Edited May 2, 2022 by Nickovitshj (see edit history) Link to comment Share on other sites More sharing options...
paulcornwall Posted May 2, 2022 Author Share Posted May 2, 2022 Thats it. What you see is what I got? Link to comment Share on other sites More sharing options...
paulcornwall Posted May 2, 2022 Author Share Posted May 2, 2022 Managed to find it. Now, can anyone help with the location of the html for the menu text (currently 'green')? Link to comment Share on other sites More sharing options...
JBW Posted May 2, 2022 Share Posted May 2, 2022 49 minutes ago, paulcornwall said: location of the html for the menu text (currently 'green')? As said to make it green you should change its text in yout themes customs.css (in theme/assets/css folder) Link to comment Share on other sites More sharing options...
Nickovitshj Posted May 3, 2022 Share Posted May 3, 2022 As JBW described above. In that file you need to change the following css rule: .cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > span.cbp-main-link { color: #4CAF50; line-height: 45px; padding-left: 10px; max-width: 400px; padding-right: 10px; text-transform: uppercase; font-size: 15px; border-left: 1px none #cecece; } To change the orange box message at the top I think this needs changing in header.tpl Link to comment Share on other sites More sharing options...
El Patron Posted May 3, 2022 Share Posted May 3, 2022 you should also learn how to create a copy of your clients shop, non-indexable where you can test modifcations before applying to production. always do this first.... you will sleep better at night Link to comment Share on other sites More sharing options...
paulcornwall Posted May 3, 2022 Author Share Posted May 3, 2022 I'm still stuck trying to change the menu colour from green to black/orange. I've searched as suggested but I cant find themes custom.css as mentioned above, help! Link to comment Share on other sites More sharing options...
paulcornwall Posted May 3, 2022 Author Share Posted May 3, 2022 Could this be anything under category.css? Link to comment Share on other sites More sharing options...
El Patron Posted May 3, 2022 Share Posted May 3, 2022 Use chrome dev tools to find which .css is being used. Also create dev shop so you don't screw up production your welcome 1 Link to comment Share on other sites More sharing options...
JBW Posted May 4, 2022 Share Posted May 4, 2022 Seem you have an old 1.6 shop, so there is not custom.css. You have to change themes/Watch/css/style.css Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now