Search Results for 'css'

Results from the Forum
Bogdan B.
tagDiv Staff

Hello,

The post style 7 image container has a set height of 700 pixels. Luckily it can be changed with css to any size you want. Here is an example:
.td-post-template-7 .td-post-header{
height:900px!important;
}

Thank you!

Bogdan B.
tagDiv Staff

Hi,

Well the code is in the top right corner in the second screenshot. You will have to change the padding from 15 to the number that provides the best result on tablets (portrait and landscape)
Paste the code in each advanced css box and then change the padding for the tablets version

Thank you!

Bogdan B.
tagDiv Staff

Hi,
Well I cannot provide any solution until you activate the elements. Please activate them and let us know and I will provide the proper css (if possible) to remove the spacing.
Thank you!

logosi
tagDiv Member

Thank you. I’m not a coder, but can do simple PHP text changes. So I edited footer.php and added the images it seems to work okay. Later I will link to a gallery.

http://searchtheplanet.com/drmarkdemo/

One question, and perhaps you can give me the CSS, I left the existing Instagram widget turned ON, for demo only. Notice the small gap in my pictures on the left side of the screen, where the widget has no gap. . I would like to NOT HAVE the gap if possible.

Dan18392
tagDiv Member

Thank you.

What is the CSS for modifying “block quote left.”? That’s what I’ve been using. I tried to modify it by

.td_quote_box{

//changes

}

and .td_box_left{

//changes
}

and it didn’t work.

deelv
tagDiv Member

That’s great. What is the code I can put into the Advanced CSS box to try and make those adjustments like you showed in the screenshot?

thespokenword
Participant
#0

Hi All,

Was wondering if anybody knew how one could reduce the spacing between widgets on a post (main page doesn’t use them). I’ve tried using a few of the custom CSS codes in related posts but haven’t had any luck (they do nothing). Am I missing something obvious?

An example URL: http://yabangee.com/2016/11/obstacles-space-debris/

The actual widgets (which I’ve removed until it can be sorted) that I want to reduce the spacing from: http://imgur.com/a/ma88b

I actually, specifically, just want to remove the spacing between the two image widgets (don’t mind it on the others), but am unsure if it’s possible to customize to this extent. However, would be willing to reduce all widget spacing if it solves the issue.

Thanks so much!

Cheers

Portalpr
tagDiv Member

I just install 7.3 theme.
In mobile version there is no like button.
I try to insert the css above but still dont have like button
My site is http://www.portalpr.ro
Thx

Catalin
tagDiv Staff

Hello Surfaceru,

I suppose that you want to change the all CSS code for your module 111, right? So, if you want this, you should check the style.css core file by td_module_11 and there you should replace the actual code with your desired code and check the results, like this -> http://screencast.com/t/77w95ICt

Hope this helps!

Thanks for the message!

Bogdan B.
tagDiv Staff

Hello,

Please provide an example of what block color you are referring to. Are you referring to the block excerpt? If this is the case: http://screencast.com/t/VMxYZewm6Sx5 then you can oly change it;s color with css. There is no setting to change the excerpt.
You can use this code to do it:

.td-excerpt{
color: red!important;
}

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Our theme offers more blockquotes than the default one from the mce editor. Please check the formats tab: http://screencast.com/t/MGJwVEa1PJ2h
If you still want to alter the default quotes, your code does exactly what you want it to:
before: http://screencast.com/t/qOPoNRTcHc after: http://screencast.com/t/8WIRlfDf0Yf0
PLease check your custom code in the custom css box and verify that the code above this one is properly closed.
Also clear cache afterwards.

Thank you!

Catalin
tagDiv Staff

Hello ericaeide,

These can be changed using a bit of CSS code. Provide your website URL so I can inspect it closer and also, so I will be able to provide a more accurate code.

Thanks for the message!

Catalin
tagDiv Staff

Hello Todd Ruiz,

I suppose that you are referring to the appearance of a flash/time loading when you enter on your website, regarding on your loading font, right? Firstly is loaded a default font and then will appear your custom font, right? This behavior appears when you have additional customization through custom CSS code. Please notice that the CSS are working in cascade and the first time will take the code from style.css that is set it by default and then the theme will take the custom code that you have changed from Theme panel and practically this flash is generated by this cause. As a workaround, you have to check your style.css and try to add directly in this file your desired custom code. So, if your problem is still there, please try to revert the theme to the default settings, without any customizations and let us know how it goes. Also, you can try to make a new fresh install from scratch with the latest version of the theme and check the results. Also, please make sure every time you cleared caches. Noticed that the only files where you will have to edit are style.css. If you want to make deeper changes in this regard, you should check the td_config.php core files and from here you should change the default theme fonts which are Open Sans and Roboto with your desired one, like this -> http://screencast.com/t/YXUNUqxE.
If you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!

Thanks for the message!

Bogdan B.
tagDiv Staff

Hi,

Unfortunately css cannot do that. Please disable the ad on desktop and tablets if you only want it on mobile:
http://screencast.com/t/RmZmf2Zv and then to remove the header ad on other pages except posts, you will have to edit the file that corresponds for the header style that you use:
http://screencast.com/t/KYuL2w3chttp://screencast.com/t/KVu0tx2UON

<?php if (is_single()){
locate_template('parts/header/ads.php', true);
}?>

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The block titles are one of the demo-specific elements. There is no setting in the theme to change the block titles. They are hard-coded in each demo style that you choose. The default has one style for the headers, news magazine has a different one…and so on.
You can only replicate the style using css.
The colors are set from the block settings -> http://screencast.com/t/XYXUsBmeP1d
And for the header style, you can add a transparent background color to the header using this code:
.block-title span{
background-color: rgba(171, 140, 73, 0)!important;;
color: black;
font-size: 18px;
padding-bottom:5px;
padding-left:0!important;
}

result: http://screencast.com/t/iUYPncMouruX

Thank you!

Catalin
tagDiv Staff

Hello kr15k0,

I have inspected your post page and I saw that you have only 1 ad at the bottom of your page, like this -> http://screencast.com/t/G5CqyRvGRQ I thought that you have had 2 articles ads added in that place and you do not know how to align them, and that’s why I requested your website. You should add the second ad and then you can let me know so I try to provide a proper CSS code in this regard.

Thanks for your understanding!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately the theme has no option to make the header narrower. You can try a bit of css to reduce the spacing between the title elements, but you will have to adjust it to each viewport in a responsive layout.
As an example:
before: http://screencast.com/t/9CYOyiruDN3O
after: http://screencast.com/t/cWySml8otv
This code will work on desktop but you nee to use the advanced css box under the custom code tab in the theme panel and adapt the code for tablets as well.

Thank you!

Surfaceru
Participant
#0

Hello! I need your help.
I need to visually change the block 12 (module 11). I have changed the location of the Title in the file themes/Newsmag/includes/modules/td_module_11, but css styles are not designed for this.
Please, tell me how to set the style.css and td_module_11
image

shivateja
Participant
#0

How to change Block’s Text Colour?

One can only change the title text color of a block and there is no option for changing text color. How to change?

I have observed that only while creating a page or post, we can change the text color of a given block and while creating a sidebar one cannot actually change the color of a block.

Why does this happen?

Is there any CSS to change the block’s text color?

Aminul Islam
tagDiv Member

Your suggestion is good. But, the only CSS is not required, There is a different theme for mobile version so need hook to disable mobile theme.

I’m going to make the hook for disabling mobile theme on mobile version if the user wanted.

Thanks!

Catalin
tagDiv Staff

Hello sushilk,

Please notice that your code is a bit of different because you are using another header style. Try the code below and place it in Theme panel->Custom CSS area.

@media (max-width: 767px){
.td-top-menu-full {
display: block;
text-align: center!important;
}
}

The result you should see here -> http://screencast.com/t/ybrYb6Gr

Thanks for your understanding!

Dan18392
Participant
#0

I tried this, using !important. Did nothing for font-style or font-weight; it’s still italic.

.td-post-content blockquote p{
font-style:normal!important;
font-size: 15px;
line-height: 20px;
font-weight: normal;
text-align: center;
text-transform: capitalize;
color: red;
}

Any help appreciated. Thank you.

sushilk
tagDiv Member

Hi, I tried all the CSS mentioned above but the top header menu I see on my desktop site still doesn’t appear on mobile. The URL is http://a-sk.com/en. What am I missing?

diablo7
Participant
#0

“I do not want the ad to appear in HOME and in all the pages of the categories” I only want HEADER AD in the articles. For the moment the header ad is disabled. Some code CSS to solve the problem.

Todd Ruiz
Participant
#0

Hi there,
i am using newspaper theme, (very happy about it) and i am using quite a bit of custom css and custom font too. unfortunately the css seems to take few seconds to load, http://khaosoden-new.unixdev.co.th/
i was wondering what can i do to avoid that, should i hardcode the css directly ? is it due to the custom font ?
thanks for letting me know
kind regards

Viewing 25 results - 20,101 through 20,125 (of 33,436 total)