-
AuthorPosts
-
February 6, 2017 at 4:57 pm #743453
Hi
I want to remove the keyline from around the gallery thumbnails on this page http://theimplantexperts.com/people/amanda/?preview_id=1340 see http://theimplantexperts.com/wp-content/uploads/2017/02/TRE_Cases2.jpg
Plus I want to remove the file names from the lightbox preview see http://theimplantexperts.com/wp-content/uploads/2017/02/TRE_Cases1.jpg
February 6, 2017 at 7:54 pm #743545try to insert this to your quick css in Enfold Options
.mfp-title { display: none; } #top div .avia-gallery img { border-width: 0; }
February 6, 2017 at 7:59 pm #743548They don’t seem to have made any difference
February 6, 2017 at 8:19 pm #743553it is simple – the code is not in your css to find
and maybe this rule has to set to important:
#top div .avia-gallery img { border-width: 0 !important; }
February 6, 2017 at 8:22 pm #743555Unless I’ve put it in the wrong place it’s there http://theimplantexperts.com/wp-content/uploads/2017/02/Screen-Shot-2017-02-06-at-18.20.55.png
February 6, 2017 at 8:28 pm #743563February 6, 2017 at 8:31 pm #743565Any ideas why it’s not getting there?
February 6, 2017 at 8:35 pm #743568first set the rules to important:
.mfp-title { display: none !important; } #top div .avia-gallery img { border-width: 0 !important; }
other rules in your quick css have an effect?
sometimes there are missing closing brackets infront of the rules
may i see your whole quick css entries?February 6, 2017 at 8:35 pm #743569Hi!
Do you have any active plugin related to cache running?
Thanks a lot
Best regards,
BasilisFebruary 6, 2017 at 8:37 pm #743573Here’s the whole CSS:
.av-main-nav > li > a span.avia-menu-text, li#menu-item-search a { position: relative; top: 60px; }
nav.main_menu { background-size: inherit; background-repeat: no-repeat;}.header-scrolled .main_menu {
background-image: none!important;
}
.custom-header-image { float: right; height: 150px; }
#header_main { border: none !important; }.title_container { background: #f0f2f7;
}
.html_header_transparency #top .avia-builder-el-0 .container {
padding-top: 0!important;
}
.header-scrolled .av-main-nav ul { top: 160%; }
.header-scrolled .avia-menu-fx { bottom: -55px; }
#top .av_header_transparency .avia-menu-fx {
opacity: 1;
filter: alpha(opacity=1);
}
.custom-header-image {
z-index: 9999!important;
position: relative;
height: 80px;
}
.custom-header-image {
margin-top: -4px;
}.price-top-margin {
margin-top: 34px;
}tr th:first-child, tr td:first-child {
vertical-align: top;
}
.main_color tr.avia-heading-row {
background: #223a73;
}.avia-heading-row {
color: white;
}.av_promobox {
margin-bottom: -21px !important;
}
.tab_titles div {
font-size: 12px !important;
}
.page-id-49 .avia-icon-list .iconlist_icon {
height: 30px;
width: 30px;
line-height: 24px;
font-size: 14px; }
.page-id-49 .avia-icon-list .iconlist-timeline { left: 17px; }
.avia-icon-list li .iconlist_title {
font-size: 14px;
text-transform: none;
font-weight: normal;
}
.avia-icon-list li {
min-height: 20px;
}
.page-id-49 .avia-icon-list li {
padding-bottom: 20px;
}.page-id-49 .avia-icon-list .iconlist_content_wrap {
overflow: visible;
}
.page-id-49 .avia-icon-list .iconlist_icon {
height: 30px;
width: 30px;
line-height: 24px;
font-size: 14px;
margin-bottom: 20px;
}
.home div#av_section_1 .content {
padding-top: 40px;
padding-bottom: 40px;
}.grid-content .entry-title {
text-align: center;
}
.grid-entry article {
background: transparent !important;
}
.grid-entry .inner-entry { box-shadow: none; }
.grid-content, .entry-content-header * { background-color: transparent!important; }.secondary-logo {
position: absolute;
z-index: 10000 !important;
display: block;
top: -10px;
right: 0;
height: 82px !important;
}@media only screen and (max-width: 767px) {
.secondary-logo { display: none !important; }}.avia-content-slider .slide-meta div {
display: none;
}.breadcrumb.breadcrumbs.avia-breadcrumbs {display:none;
}.header_color .phone-info {
font-weight: normal;
line-height: 25px;
font-size: 15px;
color: #213973;
}
.header_color .phone-info .phone-number {
font-size: 19px;
}
@media only screen and (max-width: 767px) {
.responsive .phone-info {
text-align: right;
}
}
.avia-heading-row th {
color:white !important;
}
.main_color tr:nth-child(even) {
color: #666666 !important;
}
.mfp-title {
display: none !important;
}#top div .avia-gallery img {
border-width: 0 !important;
}February 6, 2017 at 8:39 pm #743574I have W3 Total Cache active on the site
February 6, 2017 at 8:39 pm #743576maybe the filepermissions are not correct .
The quick css rules are saved in : /wp-content/uploads/dynamic_avia/enfold_child.css
if you are working with child theme – if not it is in enfold.css same folder.These rules are only added at the end of default rules – so please look if the folder dynamic_avia has correct folder-permission and the css are writeable.
(via ftp)February 6, 2017 at 8:46 pm #743584my advice is to wait as long as possible to install caching tools or minify tools since designing the site is finished.
Because you have to always delete cache to see the influence of changings.February 11, 2017 at 8:16 am #745713Hi,
Yes, @Guenni007 is correct. Do not install or activate the cache plugin while working on the site because you won’t be able to see the changes immediately.
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.