• Hello,

    I want to change the color of the previous post text in ocean wp single blog post page and also want to change arrow’s color. I’m attaching an Image URL to better understand my concern.

    For better understanding: https://postimg.cc/SJZgP0my

    Thanks

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    ?Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    For the Previous post text:

    .single nav.post-navigation .nav-links .nav-previous .title {
        color: #c10455;
    }

    For icons:

    .single-post .theme-heading .text::before {
        color: #df1313;
    }

    PS- Change the color codes according to need.

    Thread Starter youngstercompany

    (@youngstercompany)

    Hi,

    That code works for me.

    Can we change the color of the quote’s pipe?

    Image for better understanding: https://postimg.cc/XZv264xs

    Thanks

    Glad to hear that the previous solution worked well.

    Please try the below CSS code and check.

    .wp-block-quote {
        border-left-color: #2300ff;
    }

    PS- Change the color code according to need.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how Change color of previous post text’ is closed to new replies.