Theme panel > custom code > custom css

Posted in: Newspaper
Post count: 56

Hello everyone,

I did a small change in the custom css and now nothing works any more.

Can someone help me to find the error?

Here are my custom css:

.single_job_listing .company img { width: 3em !important; }

.category .td-category-pulldown-filter.td-wrapper-pulldown-filter {
display: none;
}

.td-header-sp-top-menu .td_data_time {
color: #fff !important;
}

.div.company { min-height: 4.5em !important; }

.td-post-content a {
color: #000089;
}

.wpb_text_column a {
color: #000089;
}


@media
(max-width: 767px) {
.td-header-top-menu-full, .td-header-sp-top-menu {
display: block !important;
}

.single-job_listing .td_block_related_posts, .single-job_listing .comments {
display: none;
}

.div.woocommerce-tabs .ul.tabs .li.additional_information_tab {
display: none !important;
}

.single-job_listing .td-post-template-default .td-post-featured-image .img {
display: none !important;
}
}

.single-job_listing .td-g-rec-id-content_inlineleft {
display: none !important;
}

.page-id-2802 .td-main-page-wrap {
padding-top: 15px;
}

.asterofont-search {
font-size: 4em;
}

.single-resume .td-g-rec-id-content_inlineleft {
display: none !important;
}

Thanks in advance for any help!

Best,
Adam

Post count: 20685

Hi,

The code seems to be valid css, maybe you have another code before this that could affect the functionality. What do you mean by nothing works, what error are you having? You could try entering the code in small pieces and reduce the search for the posible error.

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.