how to change widget title lines color

Home Support Winsome how to change widget title lines color

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #12723
    Anonymous
    Inactive

    Hi guys!
    Please help, how to change the color of the small lines left and right side of the widget titles.
    thx so much
    Ito

    #12735
    Anonymous
    Inactive

    I mean this lines: screenshot

    thx for your time
    Ito =)

    #12742
    nirav
    Keymaster

    Hello Ito,

    Hope you are doing great!

    Follow the below steps to add custom CSS.
    1) Please log in to the admin area
    2) Go to “Appearance >> Customize >> Additional CSS”.
    3) Paste the below code in “Additional CSS”

    #home-page-widget-area .bg_enabled .widget-title span::before, #home-page-widget-area .bg_enabled .widget-title span::after, #home-page-widget-area .winsome_widget_services .widget-title span::before, #home-page-widget-area .winsome_widget_services .widget-title span::after, #home-page-widget-area .winsome_widget_latest_news .widget-title span::before, #home-page-widget-area .winsome_widget_latest_news .widget-title span::after, #home-page-widget-area .winsome_widget_about_us .widget-title span::before, #home-page-widget-area .winsome_widget_about_us .widget-title span::after, #home-page-widget-area .pt_theme_addon_widget_our_team .widget-title span::before, #home-page-widget-area .pt_theme_addon_widget_our_team .widget-title span::after, #home-page-widget-area .pt_theme_addon_widget_portfolio .widget-title span::before, #home-page-widget-area .pt_theme_addon_widget_portfolio .widget-title span::after{
    background-color:#COLORCODE;
    }
    

    4) Save the File

    Hope this helps.

    Feel free to get in touch in case of other queries.

    Thanks and Regards,
    Team ProDesigns

    #12745
    Anonymous
    Inactive

    ahhhhhhh ty so much :))
    Now I think, I understand the principle …
    yes, it was very help full
    Ito

    #12748
    Anonymous
    Inactive

    PS: it need an !important for the .bg-enabled widgtes

    ... {
    background-color:#COLORCODE !important;
    }

    Greetings
    Ito

    #12752
    nirav
    Keymaster

    Hello Ito,

    You are welcome 🙂 .

    Have a great day ahead!

    Thanks and Regards,
    Team ProDesigns

    • This reply was modified 4 years, 7 months ago by nirav.
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.