Color
-
Hi, is there any way to add like a color border to any slider or post carousel?
Thanks
-
Hi @michelles00
Yes, We can. Please provide me your web page URL on which you had setup the plugin so I can take a look and provide you custom CSS.
Please let me know where you want to apply the border.
Hi, yes, thanks!
it is wellnesshap.com
I just want like a border on the homepage slider, not the sidebar
Thanks
Hi @michelles00
Thanks for the web page link. Please refer to the screenshot https://prnt.sc/Gdddy-cPlaTn
Do you want something like this? I mean border to all slide right?
If above is the case then please add below CSS to WordPress Customizer or your theme / child theme style.css
.psac-post-carousel-wrp{
border: 1px solid #ccc;
padding: 15px;
margin-bottom: 20px;
}I hope you like it.
Thank you
It looks great but is there any way you can send me a css that fills in the slider with color completely too? Like in between the posts and all around, so there are no clear spots? (like a completely colored box with moving posts)
Thanks
Hello @michelles00,
Below is CSS to fill the boxes,.psac-post-carousel-slide {
border: 1px solid #ddd;
background: #f1f1f1;
}
Here i am also adding some CSS to manage the short content of your slider..psac-post-carousel.psac-design-1 .psac-post-short-content {
margin-bottom: 15px;
font-size: 16px;
line-height: normal;
font-weight: normal;
text-transform: capitalize;
}
.psac-post-carousel.psac-design-1 .psac-post-content{
text-align: center;
padding: 15px;
}Please try the above CSS. I hope you will like it.
Thank you! it looks great now. Will let you know if I need anything else! I appreciate it!
Hi @michelles00
Glad to know that. If you like my plugin and support then please rate it https://ww.wp.xz.cn/support/plugin/post-slider-and-carousel/reviews/
Thanks, just rated it 5 stars.
Also , is there any way to make the border like 5x thicker? Could you please show me how to do it or send the css?
ThanksHi @michelles00
Yes, You can. In the provided CSS you can see the border CSS like
border: 1px solid #ccc;You just need to increase the pixel size like
border: 5px solid #ccc;That’s it.
Thanks!
The topic ‘Color’ is closed to new replies.