Search Results for 'css'

Results from the Forum
Catalin
tagDiv Staff

Hello bformhals,

If you want to make these changes, you should use a bit of CSS code because the theme does not have any such an option that allows you to change all of these from Theme panel. Place the code below and Theme panel->Custom Box and check the result.

The code is ->

.sf-menu ul {
background: red!important;
}
.sf-menu ul .td-menu-item>a{
color: green!important;
}
.sf-menu ul .td-menu-item>a:hover{
color: pink!important;
}

The result is here -> https://www.screencast.com/t/pYAkJjwv6hP

If is not what you mean, provide more details so I will be able to provide a more accurate response.

Thanks for the message!

Simion C.
tagDiv Staff

Hi,

Simple css hover effects can be possible on images, but something as to change the existing loaded image from a single image element with another one on hover, is not available with the current options in the theme and Visual composer. If you would like to implement this possibility maybe you can find a plugin that is capable of this and also is compatible with the theme and works properly. This could also be a solution that you can try and see if you can integrate it in your project – https://www.w3schools.com/howto/howto_css_image_overlay.asp

Thanks

muxurou
tagDiv Member

Thank you for your reply.
GTmetrix.com is good tool. I find my site (nginx) gzip incomplete. I fix it.
Now my site is OK, style.css form 900KB to 139KB.

Thanks a lot.

but Mac Safari and Gzip compatibility is bad. firefox and chrome is ok.

muxurou
tagDiv Member

Thank you for your reply.
http://cssminifier.com/ this tool cannot minify newspaper style.css.
I thought other solutions.

Thanks

Richard
tagDiv Member

Thank you Bogdan, the color changed worked with the CSS you provided, but the titles seem to have lost the curves/callout etc of block header 4 as shown in this screenshot
footer screenshot showing red rectangles instead of block header 4

Can you suggest anything to add to correct that.

Thanks in advance

Richard

atalhoy
tagDiv Member

Hi Catalin,

I also wish to remove the Google Plus and Pinterest buttons, I’ve placed the code in the Custom CSS Area and nothing happened. What should I do?

Thanks!

Alfredo Mendoza
Participant
#0

Hi:

I’m using the Demo ‘Politics’ with the header ‘Style 11’ and I want to change the size of the logo to 600×120.
I added this custom CSS to try to increase the size:

.td-main-logo img{width:600px} – but the sites is resizing it and the resolution is not working.

How can I change the size of the Logo?

Thanks!

Simion C.
tagDiv Staff

Hi,

To minify the CSS you can use an online tool, like this one for example – http://cssminifier.com/ and open the theme stylesheet file, then enter all the contents in the required field. After the process is finished, replace the code in the theme stylesheet with the one resulted after minification.

Thanks

Bogdan B.
tagDiv Staff

Hello,

You can try this custom css code:
.td-main-content-wrap, .post{
background-color:#ffebcd
}

Add it in the theme panel->cu stom css box.

Thank you!

KenES14
tagDiv Member

Sorry for my english, I’m french !

I’d like to change the width of the main frame of my theme, I have two big columns with a background that I can’t change, but I can’t change the size of these columns, or his equivalent, the width of the main frame…

I tried the code you gave me in the CSS editor, but it doesn’t work.

Bogdan B.
tagDiv Staff

Hello,

It seems the demo style changes the css of this element. You will have to use css in your theme panel-> custom css box to change the color. Here is the code needed:
.td-footer-wrapper div .td_block_template_4 .td-block-title > *{
background-color: #b50f0f;
}

Thank you!

avtar
tagDiv Member

Hi,

Thanks for reply. I will make changes and use the css trick. I will be back if any query.

Thanks

Simion C.
tagDiv Staff

Hi,

I do not know exactly how are you implementing this, and if modifications have been done to the theme. By default the category tags if enabled in theme panel – https://www.screencast.com/t/Vc3mKR5JM are displayed properly on all the modules. In your case it seems the category tag is not present on the modules – https://www.screencast.com/t/hhJ22INhcJnhttps://www.screencast.com/t/4bH8HfqhMI2w
This is the module structure by default – https://www.screencast.com/t/ajOvKhwuG
If you would like to hide the category tag by page, you could use some css and based on the page ID hide them on all the page – https://www.screencast.com/t/PQnuKPxlPxF or by specific module in that page – https://www.screencast.com/t/9JBjdfRqlg

Thanks

muxurou
tagDiv Member

Thank you for your reply.
style.css file is to big, How do I optimize it.

MrOrsh
tagDiv Member

Ok, that’s too bad :-/ Really liked the boxed design with the side borders.

Is there any kind of css I could use to make the large container wrap keep the width of the page content? To use that div for the edges-effect. Or will that mess up the design completely?

Have emailed you about getting a copy of the previous version. Will just use that for now until I have time to try and implement the changes I want on the new design.

Catalin
tagDiv Staff

Hello flex202,

You should use a bit of CSS code if you want to add a background for your pages/posts/widgets. Please provide your website and also, where exactly you want to add this so I will be able to provide a more accurate response.
I need to know more details about this, so I will be able to provide a more accurate response.

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

I believe that is the way the logo behaves in Header style 8, you can try removing the theme background color so the website will not be boxed anymore. Or if you would like I can give you some css to make it centered under certain conditions and screen sizes – https://www.screencast.com/t/YZW95WGHAd

Thanks

Catalin
tagDiv Staff

Hello roqeem,

If you want to decrease the padding, you should user a bit of CSS code for this. Try the code below and place it in Theme panel->Custom CSS area.

The code is here ->

.td-pb-span4 .wpb_content_element {
padding-bottom:0!important;
}

The result is here -> https://www.screencast.com/t/4ZM64E1G

Thanks for the message!

Catalin
tagDiv Staff

Hello WakeUpCallProject,

The date of the bottom section of Big Grid is hidden with a CSS code, and that’s why it will not appears on the frontend. So, if you want to display it, you should use a bit of CSS code to do this. Use the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-grid-style-1 .td-small-thumb .td-module-meta-info {
display: block!important;
}

The result is -> https://www.screencast.com/t/ucb5yAFu

Thanks for your understanding!

Bogdan B.
tagDiv Staff

Hello,

There are 2 ways to remove these icons. The easiest is to hide them with css:
.td-social-google, .td-social-pinterest{
display:none!important;
}

The second method involves editing the theme files but this will be more of a hassle as you have to make the modification again if an update changes those files. The code is found here: https://www.screencast.com/t/ms0ELj4ly6R If you remove the 2 lines of code, the icons will no longer show up.

Thank you!

Bogdan B.
tagDiv Staff

Hi,

Sorry but I cannot see any woo floating cart on your mobile menu. We have not tested this plugin so I cannot say for sure how you can implement it in our custom mobile menu. You can try a bit of css positioning on the button:”
https://www.w3schools.com/css/css_positioning.asp

Thank you!

Catalin
tagDiv Staff

Hello WakeUpCallProject,

Please notice that your sub footer section is created with 2 spans classes like -> td-pb-span4 and td-pb-span8 If you want to align the sub footer menu, you should make some adjustments in HTML structure in order to achieve best results. As a quick solution, in this case, would be to remove or comment our from the code the td-sub-footer-copy like this -> https://www.screencast.com/t/ozKuSuqfmBdx and then, using a bit of CSS code you can center the text, like this -> https://www.screencast.com/t/O2r46nKEyI

The code is ->

.td-sub-footer-container .td-sub-footer-menu {
float: left;
}

Thanks for your understanding!

simchris
tagDiv Member

A.. file is compressed if you have gzip/deflate properly setup on your server.
B.. you can minify the css file once done making any customizations to it.

muxurou
Participant
#0

Hi

Newspaper 7.8 style.css file is too big. it’s 1.07MB, user open site is too slow,long time.

momenvy
tagDiv Member

Anyone? Is there CSS code maybe I could try to override it? I am launching for real on Friday and was hoping to have it resolved by then. Right now, because the hoover font is white/background is white, the words disappear which make them look like they’re jumping around. You can see in the link below. Thanks again!
http://momenvy.co

Viewing 25 results - 18,401 through 18,425 (of 33,436 total)