This topic has 39 replies, 3 voices, and was last updated 5 years, 11 months ago ago by Rose Tyler
Hallo. After updating your theme, all my custom css files are out of control/not working.
Can you please access and help me.
Hello,
Have you cleared cache?
In which file you added custom css code? I do not see custom.css file.
To create custom.css you need to rename default.custom.css which is located in theme directory. Also, css code can be added in style.css file of your child theme, but as I can see, you are using parent theme on site.
If you made changes in style.css of the parent theme, I would recommend you to use a backup and put the custom code into one of the mentioned files.
Regards
Before theme update, custom css was filled with css that I made. Now its all gone.
I realle need you to acess and do the tings you say
And this has happend before.
After theme udtage a lot of changes happend to my site. You fix it last time but I dont remember what you did.
I lost a lot of customizstion after this update
will you reply please!
Hello,
Have you done the backup of your files before the update? Find custom.css file in the backup, copy all the content from that file and paste in the child theme style.css.
If you use auto update option then theme old theme folder is replaced by the new one and if you had any custom files they will be removed. In you prefer to use custom.css file instead of the child theme style.css then don’t use auto update and update manually via FTP.
Regards
I will try to find it in my backup..
Can you please unable link from my mobile menu “shop”
I have installed “UpdraftPlus – Backup/Restore” can you please find my custom css?
I have no idea how to find it
I found my custom css.
Will you please help me put in in the correct place please
I’ve activated the child theme on your site. You need to place the code in style.css file of child theme.
Regards
It says my css has 2 errors that need corrections before I can save it in style.css
can you please access and try to paste it in and see if you can fix the errors
You need to change this part of code:
.amount{color:#000000;font-size:12px;!important;}
to:
.amount{color:#000000;font-size:12px !important;}
and this one:
.mobile-nav-shown .mobile-nav, .mobile-nav .close-block, .et-mobile-menu li > a, .et-mobile-menu li .open-child, .et-mobile-menu > li > ul > li a, .et-mobile-menu > li > ul li, .mobile-nav .search .et-mega-search form input[type="text"], .mobile-nav .mobile-nav-heading, .mobile-nav ul.links li a {
background-color: #f9e1e0;
border-color: rgba(231, 227, 228, 0.74) !important;
color: #000000; !important;
}
to:
.mobile-nav-shown .mobile-nav, .mobile-nav .close-block, .et-mobile-menu li > a, .et-mobile-menu li .open-child, .et-mobile-menu > li > ul > li a, .et-mobile-menu > li > ul li, .mobile-nav .search .et-mega-search form input[type="text"], .mobile-nav .mobile-nav-heading, .mobile-nav ul.links li a {
background-color: #f9e1e0;
border-color: rgba(231, 227, 228, 0.74) !important;
color: #000000 !important;
}
Regards
Will you please do it for me.
I will try myself
I’ve added your css code into style.css file of the child theme.
Regards
Thank you. into works.
Can you please help me unable the link from my drop down menu “shop” in mobile menu?
You’re welcome!
Please describe the desired result in more details.
Regards
I will try.
on mobile, I have a drop down menu. The drop down start is “SHOP” but shop has a link and instead of dropping down when clicking on “shop”, it takes you to a product page.
I need “SHOP” to only drop down and show menu, and have the link removed.
hope you understand
can you understand what I mean?
.et-mobile-menu li#menu-item-8778 > a {pointer-events: none;}
.et-mobile-menu li#menu-item-8778 .open-child {
width: 100%;
position: absolute;
background-color: transparent;
}
.et-mobile-menu li .open-child:after {
right: 10px;
left: unset;
}
.et-mobile-menu li .open-child:hover {
background-color: transparent;
}
Regards
Thank you it works great:-)
Can you help me with 3 changes:
1. Can I change the header background to #f9e1e0
2. Can I cange hover color to #FFD4D2 (all linkable text, menu, footer ect)
3. Can I place this text in menu top bar after language switcher:
Levering 1-2 dage | 14 dages returret | Fragt 29 dkk
Hello,
1)
.header-wrapper {
background-color: #f9e1e0;
}
2) You can change Main Color in Theme Options > Color scheme or add this custom css code:
a:hover, .products-grid .product .product-name a:hover,
.top-bar .wishlist-link a:hover span{
color: #FFD4D2 !important;
}
3) Add Text widget in Apperance > Widgets > Place in header top bar.
Regards
1 and 2 is not working?
1 is working on mobile when clicking product name.
Please see this website http://www.littlemissperfect.dk
when putting the mouse over the menu it gets pink. please try and see if you can help me get this effect on my menu, footer and product text please
1. I need the header, menu and drop down menu to be color #f9e1e0
and the hoover color to be #FFD4D2 and not gray. big screen and mobile
Hope you can help
1) I do not see http://prntscr.com/lqkok4 in style.css of your child theme. Please add the code and clear cache before checking the result.
If this doesn’t work, try to add !important;
like –
.header-wrapper {
background-color: #f9e1e0 !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
background-color: #f9e1e0;
}
http://prntscr.com/lqkrft – clear cache and check.
Please provide screenshots of every part that needs to be changed.
Regards
can you let me know how I add a picture in here?
And can I make the search block in header pink too?
In mobile menu my drop down “shop” text is missing?
1) You can use such screenshot maker as Lightshot https://prnt.sc/
2)
.header .search .et-mega-search form input[type="text"] {
background-color: #f8e1e0;
border-color: #dbdbdb;
}
3) Please clear cache and check now.
Regards
thank you it worked.
please see picture http://prntscr.com/lqn2vs
When you hoover over the text the box gets pink and text white.
This is the effect I am looking for:-)
You must be logged in to reply to this topic.Log in/Sign up