Support » Theme: Twenty Twenty-One » Change black line under blogpost

  • Resolved ariextreme

    (@ariextreme)


    Hi,

    I want to change the black line and have been able to change a lot of these at other places. However in the blogposts bottom I can’t figure out how to do this.

    I believe that I found out where this should be done:
    .entry-footer {
    border-width-top: 4px!important
    }

    However, as soon I add elements as
    border-width-top: 4px dotted #11aec9;

    It’s doing nothing with the color and dots.

    Anybody knows how to change this.

    Thank you,

    • This topic was modified 7 months ago by ariextreme.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you want to change border color then add below CSS at Appearance > Customizer – Additional CSS

    .entry-footer {
        border-top: 4px dotted #11aec9 !important;
    }
    Thread Starter ariextreme

    (@ariextreme)

    Many thanks Mukesh. This works.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change black line under blogpost’ is closed to new replies.