Hello there,
I want to ask how to fix this problem with color of “POST & BLOCK AUTHOR NAME COLOR“. I want in slider to be in white color, but in post to be black, how I can do it?
The picture show my issues: http://www.screencast.com/t/mdoKysjH
I hope to understand me.
Hello weezyworld,
You will have to use a bit of CSS code for that. Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-post-author-name a {
color: red;
}
If the code will not work, please try to put the !important tag after the red value. If not then it will not work, please provide your website URL so I can inspect it closer and also, so I will be able to provide a more accurate response.
Thanks for your understanding!
Hello Catalin,
The code not work 🙁 I try
.td-post-author-name a {
color: red;
}
and
.td-post-author-name a {
color: red!;
}
The website is http://www.pozitivni.bg
Hello weezyworld,
Please check at the screenshot here -> http://screencast.com/t/53tmRN6dSfNb
Thanks for the message!
Hello Catalin,
Now the code is work but this code change all my authors colors. In main page I want to be in black color, but in Big Grid 3 I want to be in white color because if its black, in main page is ok , but in Big Grid 3 cant see nothing.
I hope to understand me.
Hello weezyworld,
You will have to use the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-module-meta-info .td-post-author-name a {
color: black;
}
.td-big-grid-wrapper .td-module-meta-info .td-post-author-name a{
color:white;
}
The result you should see here -> http://screencast.com/t/qCkVT7yFiDJ6
Thanks for the message!
Hi Catalin,
Now all is perfect. Thanks!
I want to ask also for image gallery, how can I change color of header? Default is black, but in widget options I didnt see area for change color.
This color I need to change: http://www.screencast.com/t/fCWeJwMt1Ia4
Hello weezyworld,
The color of header can be changed from your panel when editing the block, like this -> http://screencast.com/t/3O1nZSOuy4 You should check the Widgets section and from there you can change the color of your header and text.
Thanks for your understanding!
Hello Catalin,
I know for these options for widgets, but I add my gallery from page create.
I hope screenshot to can help you.
http://www.screencast.com/t/NuhjrGT0f
Thanks in advance!
Hello weezyworld,
If you want to change the color and background color for the image gallery heading from Visual Composer, please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.wpb_gallery .wpb_gallery_heading{
background-color:red;
color:green;
}
The result you should see here -> http://screencast.com/t/xF6GJGlFNG
Thanks for your understanding!
Hi Catalin,
Now all is all right! Thanks a lot!
Best regards,