Viewing 10 replies - 1 through 10 (of 10 total)
  • Hello.

    Unfortunately the way the widgets title are built does not allow the creation of such a layout. I’m sorry.

    Thread Starter kimo50asa

    (@kimo50asa)

    Thank you Nvourva
    i wish if there is anyone els could help me with my question.

    and i have another question i’m sure that you can help me with, which is how can i get rid of the border that come between the posts and side bar as shown in this picture.

    thanks in advance

    You can get what you want by using an image widget.
    Then place your text and CSS that text if need be.
    You can CSS pretty much anything.
    Be a little flexible though.

    Thread Starter kimo50asa

    (@kimo50asa)

    Thank you Noahcryns

    i know that i could do anything in the style, but i’m not an expert in CSS codes that’s why am asking about the code that could give the same style in the picture above.

    Thanks again

    I have come up with something which you can give a try.

    You will need to add some custom CSS to achieve this.
    Install and activate this plugin then go to “Add Custom CSS” on your dashboard and paste this

    .widget-title {
        background: none;
        color: #000;
    }
    .widget-title:before {
        content: "";
        border-bottom: 1px solid black;
        width: 80px;
        display: block;
        position: relative;
        top: 7px;
    }
    .widget-title:after {
        content: "";
        border-bottom: 1px solid #000;
        width: 80px;
        display: block;
        position: absolute;
        top: 20px;
        right: 0;
    }

    in the box.

    I’m sorry, for some reason this was a double post.

    Thread Starter kimo50asa

    (@kimo50asa)

    AWESOME

    Thank you Nvourva
    that’s what i was looking for

    i really appreciate your help
    ——–

    another one
    could you tell me how can i get rid of the border that come between the posts and side bar as shown in this picture.

    thanks again

    You can use this

    .sidebar.sidebar-right {
        border-left: none;
    }

    in the custom CSS box to remove it.

    Thread Starter kimo50asa

    (@kimo50asa)

    Dear Nvourva

    can’t thank you enough, I really appreciate your help

    Glad to help!

    I’d like to ask you, if you like the theme and could take a minute to review it here it would help us a lot!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘How to change the widget title style’ is closed to new replies.