Search Results for 'css'

Results from the Forum
Marius
tagDiv Staff
Fonts - reply

Hello,

@zeus
what you want to change? You want to change the color for the same category tag and quote? Use color in that CSS.

Thanks!

Marius
tagDiv Staff

Hello,
You can choose a background on the big slide if you use a template with bg and you have here: http://screencast.com/t/sWjm61LPOP

For widgets you have this http://screencast.com/t/50b3K7gfUQ, if you want to change for default WordPress widgets you have to change it via CSS.

Thanks for the message!

Anna1986
Participant
#0

Hello,

I would like modify slightly the size of my logo and use 298 x 124px (that is actually in the footer, part 1, left side). I have already tried to upload the logo on the header, but strange, I don’t see it clean as in the footer, but I see it a little bit “cloudy”.

See the screenshot please:

http://i39.tinypic.com/a2pv1j.jpg

You can see the difference regard quality, with the logo on the footer online, on my site: http://www.webhostingmagazine.it

See the screenshot of the logo in the footer:

http://i41.tinypic.com/1zd0yux.png

Should I modify some size attribute in the .css, for the header?

Thank you

alezan
Participant
#0

How can I change the background of the slider. I tried to find the css that is holding control of it but so far no such luck.

Also would it be possible to tweak the color of the headlines of some sidebars with widgetized areas? How?

Marius
tagDiv Staff

Hello,
Please show me in a screenshot what exactly you want to change and i will give you the right CSS.

Thanks for the message!

Marius
tagDiv Staff

Hello,
Yes to make a full header, i think you need to make some custom css, so is everything ok now?

Thanks for the message!

Marius
tagDiv Staff

Hello,
😐 From where you choose a CSS animation in visual composer? You have implemented some custom css animation? Can you show us an example?
Please give us your site URL to see the issue.

Thanks

alezan
tagDiv Member

Padding issues on the sides of the full header is fixed with custom css 🙂

alezan
tagDiv Member

Hrm.. tried just now but now it’s actually taking up more space, even so there is a slight 5px? padding on each side when setting the template to 980px fully responsive. What is the exact size of the header to fill it up completely or is there a css tweak I missed?

betterretailing
tagDiv Member

Hi,

When I create a new page or post in visual composer and choose a css animation nothing happens.

Everything appears static on on the page regardless of whether I select an animation or not.

I switched from Magazinly and all the stuff that used to animate no longer does and when I try and create new content for example – a page with images that appear left to right as you scroll down – nothing happens!

Was just wondering if anybody else is having this issue at all?

Thanks

Radu A
tagDiv Member

hello,
for now the css is the only solution.

Thanks for you message.
Radu A.

Marius
tagDiv Staff

Hello,
That should be fixed via CSS. You have to inspect it with inspector from Firefox or Chrome browser and see what you have there in CSS.

If you want give us your site url to inspect the issue and we will provide you a solution.

Thanks!

Marius
tagDiv Staff

Hello,
Please can you give us more details?

Thanks!

Marius
tagDiv Staff

Add this in style.css

.td_980_resp .td-full-logo .td-grid-wrap {
    padding: 23px 0 0 !important;
}

Also change like here to fit the social icons in the top menu http://screencast.com/t/dnSNfzdLf

Thanks!

Marius
tagDiv Staff

Hello,
Use like this, add in style.css

.post p {
font-family: 'your font' !important;
font-size: 14px !important;
}
portergraph
Participant
#0

Apparently I’m unable to change the color of text color for tag boxes and the post titles on the sliders without finding it within the CSS and hard coding it. No matter what I choose on the Customizer, nothing changes color of titles/tags.

1. Is there an easy way to change the titles/tag box colors?

betterretailing
Participant
#0

Is anybody having trouble getting CSS animations to work?

It used to work fine on Magazinly but since swithching to Newspaper I can’t seem to get them to show at all?!

Marius
tagDiv Staff

Hello,
You can change the content font via Theme – Customzier – Google fonts.
If you want individual only for post you can change the size and font via CSS.

Thanks!

Marius
tagDiv Staff
Fonts - reply

Hello,
You can change via CSS in style.css
locate this and change the font-family you like:

For category tag:

.entry-category {
    font-family: 'PT Sans',sans-serif;
}

For quote:

.td_quote_box p {
    font-family: 'PT Sans',sans-serif !important;
}

Thanks!

portergraph
tagDiv Member

I’m having a similar logo & header ad overlap issue on mobile for theweddingmagazine.net – screenshot here:
pic

Used CSS code supplied above however it didn’t work.

**double checked now and logo is screen right? Is that where it’s supposed to be?

  • This reply was modified 12 years by portergraph.
  • This reply was modified 12 years by portergraph.
  • This reply was modified 12 years by portergraph. Reason: added info
vickster
tagDiv Member

Great, that worked! although I had to omit .post as a selector for the css to work. I hope this doesn’t cause conflicts with .thumb-wrap elsewhere.

Ryanx
Participant
#0

Hey, so for a couple for a couple of reasons I don’t want my client to see the theme name in the code, therefore I’ve changed the style.css etc. but there is still 1 thing that keeps showing up. I’m talking about the comment:

Theme: Newspaper by tagDiv 2013
Version: 2.1.3 (rara)
Deploy mode: deploy

It appears at the end of code just before the footer (right after the td-scroll-up td-scroll-up-visible)
I’ve tried to remove it by changing some parts in td-config but each time I do, it makes the page throw out an error. Will appreciate all the help.

Marius
tagDiv Staff

Hello,
Please show us your site URL to inspect the issue. You can inspect from Firefox or Chrome using the inspector, can be solved from CSS, there is some margin or padding.

Thanks!

Anonymous
tagDiv Member

The actual file itself is untouched http://www.gadgetreview.eu/wp-content/uploads/2014/01/logo3.png I think the CSS resize may have to do something with the fuzzy effect seen on Chrome. I can’t elaborate as my Firebug extension has chosen to stop working on Chrome.

Interesting… Chrome makes images blurry… Chrome breaks dev tools.

Bad chrome.

Anonymous
tagDiv Member

Did your “adjustment and setting[s]” possibly offest the block1 homepage module?

If your CSS is in the child theme (as recommended when customizing themes) you could try deleting all new CSS, saving the file and refreshing (after cache deletion). If the issue is gone then you know it’s the CSS and you can revert all your CSS back and hunt out what’s causing the issue.

Viewing 25 results - 33,151 through 33,175 (of 33,436 total)