Search Results for 'css'

Results from the Forum
Simion C.
tagDiv Staff

Hi,

You can try this code for the color below the header menu, just enter it in Theme panel->Custom css and change the color to what you want to use

.td-magazine .td-header-style-1
.td-header-gradient::before {
background-color: red;
}

And this one for the top menu border if you want

.td-magazine .td-header-style-1
.td-header-top-menu-full {
border-top-color: red;
}

This is the result with both custom codes inserted – https://www.screencast.com/t/m9tdZpn9W
Thanks

Frostaporten
Participant
#0

Hi,
I’m a bit worried about updating the theme when it comes to loosing custom CSS and translation phrases. Using the “Update the theme via WordPress” rutine I’m supposed to delete the theme after choosing another one. Will not the CSS and the translation be removed also?

Best Regards,
Audun Kvamme

Bogdan B.
tagDiv Staff

Hello,

Maybe the move to ssl was not made properly:
Please use these few examples to properly move to https:
http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
https://css-tricks.com/moving-to-https-on-wordpress/
https://yoast.com/dev-blog/move-website-https-ssl/

You can also check our forum for some insight on ssl:
https://forum.tagdiv.com/topic/moving-to-ssl/.
Let us know how it goes.

Thank you!

Catalin
tagDiv Staff

Hello poppeto,

If you want to hide this effect for featured images, on posts, you should use a bit of CSS code to do this ->

.td-post-featured-image{
pointer-events: none;
}

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

Thanks for the message!

Simion C.
tagDiv Staff
menu - reply

Hi,

As I said this is not an easy task, and even if you can manage to do something like this, it would take extensive testing and you would have to take in account multiple elements. Here is a custom code that seems to work for now, I suggest you enter it in Theme panel->Advanced Css in the desktop section – https://www.screencast.com/t/LswxcxYy The code may need additional modifications in the future because problems could arrive, since the header style is not supposed to display like this.

.td-header-style-5 .td-main-menu-logo {
margin-left: 18%;
}
.single .td-header-wrap.td-header-style-5 {
width:100%;
position: absolute;
left: 0;
}
.td-header-menu-wrap-full {
height: 70px!important;
}
.td-header-menu-wrap.td-affix {
width: 100%!important;
}

This is the result – https://www.screencast.com/t/8DCYFOpJ8LzJhttps://www.screencast.com/t/t4MDJ3eXkf6Ohttps://www.screencast.com/t/FSNDL1FGP6P

Thanks

Simion C.
tagDiv Staff

Hi,

There is no theme option to display the top menu on mobile at the moment. You could however try this custom code, enter it in Theme panel->Custom Css->Advanced Csshttps://www.screencast.com/t/CUAGr6oBeD

.td-header-style-10 .td-header-sp-top-menu,
.td-header-style-10 .td-header-top-menu-full {
display:block!important;
text-align:center;
}

With this result – https://www.screencast.com/t/q6gp4DICz
Thanks

Bogdan B.
tagDiv Staff

Hello,

You can try to add a bottom border to the main menu like so:
@media(max-width:767px){
.td-header-wrap{
border-bottom: 2px solid grey!important;
}}

Add the code in the theme panel-> custom css box.
You can change the color of the border to one you prefer.

Thank you!

Catalin
tagDiv Staff

Hello Christophera,

If you want to change the backgroiund for your modal log-in you sohuld use a bit of CSS code and place it in Theme panel->Custom CSS area.

The code is ->

.white-popup-block:after{
background: white!important;
}
.white-popup-block, .td-login-panel-title, .mfp-content .td-login-inputs, .mfp-content .td-login-info-text, .mfp-content #register-link{
color:black!important;
}

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

Thanks for the message!

Catalin
tagDiv Staff

Hello illusio26,

First of all, if you are using some untested plugin with our theme, you should disable all of them because these can interact with the theme core files and cause a lot of unknown issues. Remove all of them, leave just Visual Composer to active, clear all your caches and install only the plugins that come bundled with the theme core files and rule out any conflicting plugins. After this, if your problem is still there, please try to revert the theme to the default stat. I have inspected your source page and I saw that you minified all your CSS and js code. That’ could be the reason in your case, that your block to not work as expected.

Hope this helps and let us know how it goes!

Thanks for your understanding!

travisnw
tagDiv Member

Hi! The button font change worked but now it’s reverted to a serif font. Here’s the CSS I inserted in my Custom Code section of the theme panel. Any idea how I should change it? You can see that it’s serif by looking at https://www.travisneighborward.com — look for the button that says “Buy the Book”

.vc_btn3{
font-family: Monserrat, Verdana, Geneva;
}

Christophera
Participant
#0

In one of the demos you have on themeforest, the login modal has a background image.

I don’t see a way to do that in the theme panel, what is the css for that please?

My goal is to have a small logo displayed in the upper left corner, and the rest of the box to be white, no transparency.

Thanks,

Chris

Vellara
Participant
#0

I am encountering a problem with the styles of our childtheme. We are using Newspaper 7 atm and we have loaded in the sample childtheme of the Newspaper. It is activated and fully working. I can add functions into the functions.php and they work just fine. As soon as I want to change some styles though nothing happens.
It seems that the theme is not taking the styles in.
As soon as I remove the function which is getting both styles, from parent and child, the child css is working but as you can imagine the other styles are not.
So it seems that there is a problem with your function which is merging the styles?
We did not change anything in there.
Any suggestions how to get the styles working?

willysawa
Participant
#0

Hi Support,

Please can you help me with css code to make a transparent light red color on my captions.

Attach is a sample i saw on website

http://juglax.com/wp-content/uploads/2017/03/transparentxx.jpg

Edward
tagDiv Member

Hello,

The menu search can only be removed with css as there in so option to hide it.
Please use this code in the theme panel -> custom css box

#td-top-search{
display:none!important;
}

Thank you!

https://forum.tagdiv.com/topic/remove-search-from-main-menu/

ChRoM
tagDiv Member

PS: Disregard last post. I just upgraded to PHP 7.1 (my hosting provider suggested to try that) and now saving works like a charme. Maybe this is an advice that can also help others.

Thanks a lot and again: Many many thanks for the CSS-code, that’s so much more than one can ask of support. Really appreciate it!
Manfred

Simion C.
tagDiv Staff

Hi,

That is happening because there is a custom width set on the logo – https://www.screencast.com/t/aT675AEpl0 and there simply is no space available in the header to display the logo and the menu on the same line. Look for the custom css code that is more likely in Theme panel->Custom Css and remove it or decrease the value – https://www.screencast.com/t/ZaicXM5y Also I see that the height of the header menu has been changed – https://www.screencast.com/t/ITDFz7KnBG83 from the default one – https://www.screencast.com/t/j6Gaa4lauefa and that is most likely done in theme’s stylesheet. These are the default header styles available in the theme – https://forum.tagdiv.com/header-styles/ and the recommended logo sizes – https://forum.tagdiv.com/logo-favicon/

Thanks

Simion C.
tagDiv Staff

Hi,

You can try this code, just enter it in Theme panel->Custom Css with this result – https://www.screencast.com/t/ZaAojA4h5

.td-related-title.td-block-title
.td-cur-simple-item {
background-color: #007200;
}
.td-related-title.td-block-title {
border-color:#007200;
}

Thanks

Bogdan B.
tagDiv Staff

Hello,

1) It is not a bug. You simply did not modify the css properly on a responsive layout.
please also add this code:
@media (max-width: 767px){
.td-post-template-7 .td-post-header-holder {
width:100%!important;
}}

2) You can change the site width with css but please keep in mind that this is not recommended as the theme elements will not position properly anymore and there could be css issues. If you did change this, please note this change is not recommend by us and if you have future css styling issues, you should definately start by removing the width alteration as our elements were created based on the fixed width of the containers. I did not say it is not possible. I said there is no solution I can provide because simply changing the width will not be enough for this modification to function properly.

7) We implemented a fix for this in the next theme version we plan to release in the near future. I have passed this information on to my colleagues and we will fix this in the next update.

8) In order to remove pinterest from the post sharing options you can either hide it with css or remove it from the theme code.
css version:
.td-social-pinterest{
display:none!important;
}

The code version:
Please remove this line of code for top sharing:
https://www.screencast.com/t/bTiYLtemTyK
and this line for the bottom sharing:
https://www.screencast.com/t/ZXoSzECDzYeY

Thank you!

Bogdan B.
tagDiv Staff

Hello,

You can use this code in the theme panel-> custom css box:

.td-main-sidebar.td-module-comments{
display:none;
}

Thank you!

Simion C.
tagDiv Staff

Hi,

If you would set those properties to the logo image it would look like this – https://www.screencast.com/t/PVOTeniNMq since there is no space available for the logo to display in the same line with the header ad, in these conditions. The best you could do with this header style and still display properly is like this – https://www.screencast.com/t/as8bMlPxscQw using this code, you should enter it in Theme panel->Advanced Css in the desktop section – https://www.screencast.com/t/7geRJitW0

.td-header-style-1 .td-header-sp-logo img {
min-height: 131px;
min-width: 340px;
}
.td-header-style-1 .td-header-sp-logo {
min-height: 131px;
min-width: 340px;
margin:0;
}

Thanks

bemibel
tagDiv Member

1. About the title position, I fixed it with custom css. Now the title is centered, but it seems the theme has a small bug. If you check this url, you will see the title is centered. If you minimize the screen and you go from the biggest to the smallest, you will see there is a point that the title breaks and stops beeing centered. Aswell, in the responsive the title font size doesn’t respect the font size that I setted on the theme options.

2. Solved. You said there was no solution for that, but with the custom css I found the solution. Now the content is not that wide witouth sidebar. I know if I never wants to use sidebar in a page everything will break, but I’m not going to use sidebar anywhere so I hope I will not have problems. You can check the content of this page.

3 and 4. Nothing to say.

5. Solved.

6. Solved.

7. Still no solution, here you can see two screenshots:

Image 1
Image 2

CONCLUSION: Everything is fine except point 1 and 7.

Just one more thing:

8. How can I disable pinterest sharing on posts?

I’ve worked with many themes, and I like this one, so I will give my best to adapt it to my needings, but I will need your help to solve these small issues.

Thank you so much.

  • This reply was modified 9 years by bemibel.
  • This reply was modified 9 years by bemibel.
  • This reply was modified 9 years by bemibel.
Simion C.
tagDiv Staff

Hi,

Well you could use some css for this, like here if you are using a stars based review – https://www.screencast.com/t/MobNKsJReS7W or here for the other two options – https://www.screencast.com/t/RseaZj8VC
These are the codes used, just enter the one that applies in your case, in Theme panel->Custom Css

.td-review-row-stars,
.td-review-header {
display:none;
}

.td-review-row-bars,
.td-review-header {
display:none;
}

Thanks

emperorzbigniew
Participant
#0

Hi,

I’m using Newspaper here – http://przemysl-40.pl/ – really great theme however I need to minor changes in CSS I guess:

1) Is it easily possible to change width to 1200 px ?
2) How can I reduce margin/padding in the menu (please refer to the image)

Best, best regards,
Zbigniew

Simion C.
tagDiv Staff

Hi,

Some of the properties you are trying to change about the blockquote, are available in Theme panel->Theme Fonts->Post content – https://www.screencast.com/t/5oDw4aI9xDCP But if you want to change them through that css code, try it like this

.td-post-content blockquote p {
max-width: 600px;
margin: 20px;
padding: 10px;
text-align: center;
font-family: sans-serif;
font-size: 16px;
color: #7f7f7f;
border-left: 6px solid #38b6cd;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
}

With this result – https://www.screencast.com/t/NPHUZkcN8
Thanks

lkrammer
tagDiv Member

Thx for your help! 🙂

But you know the reason is, I want header 1 with it, because of the header ad function. Is there any possibility to program this with custom css?

Viewing 25 results - 18,651 through 18,675 (of 33,436 total)