[Resolved] Sidebar Text Widget – How can i add Border on the text Widget?

Home Forums Support [Resolved] Sidebar Text Widget – How can i add Border on the text Widget?

Home Forums Support Sidebar Text Widget – How can i add Border on the text Widget?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1479471
    Huseyin

    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.

    #1479474
    Elvin
    Staff
    Customer Support

    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;
    }
    #1479475
    Huseyin

    Thank you very much, Elvin.

    That was a very very quick response.

    #1479476
    Huseyin

    Also wondering how the structure switched back to floating when flexbox was selected? after the new update

    #1479539
    Huseyin

    Just realised that I have text widget on the footer bar, how could I disable the border on the footer bar?

    https://ibb.co/SxBfgHb

    #1479551
    Leo
    Staff
    Customer Support

    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;
    }
    #1484640
    Huseyin

    once again thanks for the updated code.

    #1485355
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.