-
AuthorPosts
-
September 28, 2019 at 5:53 pm #1143019
Hi,
I have quick css code to change the header size and add arrows to the dropdown menu as well as underline links. It used to work fine but I was going to edit the code (saved a backup of existing code) and although I changed nothing (I reverted my changes by using back up code). the quick css won’t load except for one item which is underlining links. I am pasting the code below. I emptied cache, purged all on WP, waited an hour, it just won’t load in any browser. Please advise.#header_meta a, #header_meta span {
font-size:18px !important;
}
.dropdown_ul_available .avia-bullet {
display: none;
position: absolute;
height: 0;
width: 0;
top: 51%;
margin-top: -4px;
left: auto;
border-top: 4px solid transparent !important;
border-bottom: 4px solid transparent !important;
border-left: 4px solid green;
border-left-color: green;right: 5px !important;}
.dropdown_ul_available .sub-menu li .avia-bullet { display:none !important;}
li.dropdown_ul_available a:after {
content: ‘▼’ !important;
position: absolute !important;
top: 1px !important;
display: block !important;
right: 0 !important;
font-size: 13px;
}
.dropdown_ul_available .sub-menu li a:after{display:none !important;}
.av-main-nav ul {
top: 80% !important;
}
.dropdown_ul_available .sub-menu li.menu-item-has-children a:after{
content: ‘ ►’ !important;
position: absolute !important;
top: 9px !important;
display: block !important;
right: 10px !important;
font-size: 13px;}
.dropdown_ul_available .sub-menu li.menu-item-has-children .sub-menu a:after{display:none !important;}
#top .av-main-nav ul ul {
left: 206px;
top: 0px;
margin: 0;
margin-top: 0px;
border-top-style: solid;
border-top-width: 1px;
padding-top: 1px;
margin-top: -34px;
}
#main p a { text-decoration: underline; }Again none of the above loads except for the last statement. All of it used to work.
September 29, 2019 at 10:29 am #1143068I could really use some help with this. Thanks again!
September 30, 2019 at 10:38 am #1143272Hi anitavarga,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaSeptember 30, 2019 at 10:41 am #1143274This reply has been marked as private.October 1, 2019 at 9:02 am #1143596 -
AuthorPosts
- You must be logged in to reply to this topic.
