Search Results for 'css'

Results from the Forum
alienplot
tagDiv Member

Excuse me, where should I add the CSS?

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the theme doesn’t have an option to change to font for smartlist content(description), but you can use custom css to change it: http://screencast.com/t/JgrG1FqT

.td_smart_list_2 .td-sml2-description p{
font-size: 16px;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You are right it seems that the menu icon and search are still not visible on mobiles. Please check your custom css as this code overwrite the icons csshttp://screencast.com/t/CkbT9zn1http://screencast.com/t/DdOpK2P0iaC
We recommended W3TC in the past but now we also made some tests and WP Super Cache seems faster and we will recommend it also in our documentation for Newspaper 5.

Thanks!

Lucian
tagDiv Staff

Hi,

The disqus’s plugin iframe can’t be altered using custom css code. The appearance of Disqus can still be tweaked in a few different ways though for instructions see this: https://help.disqus.com/customer/portal/articles/545277-disqus-appearance-tweaks

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/nAagDaNA8KZE

.rev_slider_wrapper {
z-index: 0 !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you want to replace the content of more articles with your code please check this topic as reference – https://forum.tagdiv.com/topic/change-more-articles-box/ If you don’t have basic php/css/html experience we advise you to get a freelancer from site’s like: http://studio.envato.com/ to help you do it as we unfortunately cannot offer any type of custom work at this time.

Thanks!

arimet
Participant
#0

Hi,

I have a problem with my navigation menu who is hidden by a revolution slider.
I try to resolve this by z-index in the css but it doesn’t work.
Can you help me ? http://bm-integrateur.com/uvb/ this is the page where is my problem.

Thanks and sorry for my english.

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide a link so I can inspect this and try to provide a css solution.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately you cannot achieve this using custom css as the icons were designed like this – http://screencast.com/t/sDiKvIIdrY77 you can try to customize the icons using a soft like photoshop and change the grey color.
Also you can try to add a background and create an optical illusion – http://screencast.com/t/koowoTNt8npg

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please remove the above code and try this custom css:

@media (min-width: 768px) {
.td-header-style-8.td-affix .td-li-wrapper-menu .sf-menu > li > a {
height: 76px !important;
line-height: 80px !important; 
}
.td-header-style-8.td-affix #td-top-search {
top: 14px !important;
}
.td-header-style-8.td-affix {
height: 76px !important;
}
.td-boxed-layout .td-header-style-8 .td-menu-wrap {
height: 76px !important;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and you have these errors in the console. Please check this without any css/js minifications and also disable all plugins except Visual Composer.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css for that space – http://screencast.com/t/xrUXYJx7Ge1

.home .td-page-wrap .td-grid-wrap {
padding-top: 0px;
}

Thanks!

Vesa
tagDiv Member

Hi Alin,

I was able to get the texts shown alright, but I felt that the following would have looked better (I’ll use English for clarity in the example — “Earlier” means earlier blog posts and “Later” means later blog posts):

Earlier >
< Later

However, the result was always that the “<” and “>” symbols ended up on a separate line, like this:

Earlier
>

<
Later

And that didn’t look good. Adjusting the font size in CSS didn’t help. I returned the original, untouched php files to the server for now. However, if you could help me have the above text + symbol combination work, that would most likely be the optimal solution. 🙂

Sid
tagDiv Member

Well i added your code in Custom Css working fine.
And about smart list heading links, can you exactly tell me folder in theme editor WP

Lucian
tagDiv Staff

Hi,

Sorry for the delay! We had a national holiday yesterday and had the day off.
I’ve tested this and managed to recreate your issue when using an image banner, you can try this custom css in theme panel > custom css section: http://screencast.com/t/0Tbrlaz3L

.single .td-a-rec-id-content_bottom img {
width: auto;
text-align: center;
display: inline-block;
}

Let me now if this still happens and we will fix this as soon as possible!

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and did not found the css that refers to the sidebar. Try to add also !important like this:

@media (max-width: 767px) {
.single .td-main-sidebar {
display: none !important;
}
}

It should work fine for your post’s sidebar.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Sorry for delay, we don’t work on weekends and yesterday it was day off in our country!
You can remove the link for smartlist that you use – http://screencast.com/t/4RzQILAv Also you can use this custom css in Theme Panel > Custom Css to change the italic style – http://screencast.com/t/cSrXZjWlbn0

.td_smart_list_2 .td-sml2-current-item-title {
font-style: inherit;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The top menu was not designed to work on mobile, that’s why it is hidden. But you can use custom css in Theme Panel > Custom Css to show it on mobile but you may need additional customizations for menu items that may drop on more rows – http://screencast.com/t/TT9KZLijK7fK

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

And also for mobile screen theme has a special menu designed for it – http://screencast.com/t/x18VmP2cg

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Do you refer to the hover color? – http://screencast.com/t/x66xnFNf1t3O This is the theme accent color that is used also on hover – http://screencast.com/t/VKEX5PbHc and you can change it via custom css depending what module(if you use blog for you homepage) do you use.
Also if you are using blocks on your page if you change the background color for your block title it will change automatically the hover color for your articles titles like you ca see on our demo – http://screencast.com/t/MI5hGnqlh8http://demo.tagdiv.com/newsmag/
Please provide more details and your site url so we can take a look.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the theme doesn’t have an option to change the category color on modules/block, but you can change it using custom css in Theme Panel > Custom Css: http://screencast.com/t/tzmTIsOd

.td_block_11 .td-post-category {
background-color: rgb(199, 60, 60);
color: #3DAEE8;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can change the module to display more stories(try to set a module that will display fine article on mobile) and also the number of post displayed there – http://screencast.com/t/o9KYgiYhY0s1
Also you can hide more articles box on mobile using custom css in Theme Panel > Custom Css:

@media (max-width: 767px){
.td-more-articles-box {
display: none;
}
}

Or you can try to customize it on mobiles please check this as reference – https://forum.tagdiv.com/topic/more-articles-feature-and-ticker/#post-49477

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I’m not sure where did you copied style.css please provide more details. Without changing the original file you will have this delay like I said above the original css code is loaded first.
Also if you don’t want to remove margin, you can try to float image log to the left directly in the file(so you will not have that delay) – http://screencast.com/t/BVgZsUV4sNx4

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/9JU95Xx5B

@media (min-width: 1019px) {
.td-boxed-layout .td-header-style-8.td-affix .td-menu-wrap {
height: 76px;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the theme doesn’t have an option for this, you will need custom modifications to disable mobile version as the Newspaper theme was designed with an fixed grid layout, responsive as it is fluid and style for desktop/tables/mobile screens. You can edit the style.css file and try to remove the @media query’s for phone. We plan to create/add an option, but I provide a date when this will be implemented.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/K8cj9n0NHfjl

.td-full-layout .td-sub-footer-wrap .td-grid-wrap {
padding: 0px !important;
}

Thanks!

Viewing 25 results - 28,376 through 28,400 (of 33,436 total)