Archived topic
Sidebar Text Widget - How can i add Border on the text Widget?
7 replies · Started by Huseyin on October 8, 2020
Hi Team,
Wondering how could I add a colored border on the sidebar Text Widget?
Screenshot on which widget i want: https://ibb.co/0qZCd4p
**** While I was writing this support ticket I updated to the new updates GP Premium: 1.12.2 & Theme 3.0.1. And after the update, the structure went back to floats when I changed to flexbox on the 3.0.0 update.
Hi,
Wondering how could I add a colored border on the sidebar Text Widget?
You can try adding this CSS code:
aside.widget_text {
border: 3px solid #572794;
}
Thank you very much, Elvin.
That was a very very quick response.
Also wondering how the structure switched back to floating when flexbox was selected? after the new update
Just realised that I have text widget on the footer bar, how could I disable the border on the footer bar?
Also wondering how the structure switched back to floating when flexbox was selected? after the new update
That's super strange. I haven't been able to replicate this and we haven't received other reports currently. GP Premium should not change that option at all as it's a theme option.
We will take a closer look if we receive more reports on this.
As for the border question, edit Elvin's CSS to this instead:
.sidebar .widget_text {
border: 3px solid #572794;
}
once again thanks for the updated code.
No problem :)