Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #95119
    Jennifer Sims
    Participant

    Dear Catch themes,

    I’m certainly loving the new Wen Business Theme and the customisation of the colours is brilliant but I seem to have run out of options to change the next buttons at the bottom of the posts.

    I’d like to have a white back ground but can not seem to find where to make the change. My website example is http://103.37.9.101/~buttercu/

    Might you please help with some code.

    Thanks Jen

    #95126
    wensolutions
    Participant

    HI @jennifersimsdesign-com-au,

    To change the next buttons at the bottom of the posts, you need to add custom CSS.
    For this you need to go to Admin Panel / Appearance / Customize / Themes Options / Advanced.

    Here you need to copy and paste following CSS.

    .nav-links .nav-previous a, .nav-links .nav-next a {
        background: none repeat scroll 0 0 #FFFFFF !important; 
    }
    .nav-links .nav-previous > a:after, .nav-links .nav-next a:after {
        background: none repeat scroll 0 0 #FFFFFF !important;   
    }
    

    Hope this will help to resolve your issue.

    Best Regards!!!

    #95127
    Jennifer Sims
    Participant

    Thanks! Can you believe it just as your email came through I found the code, thanks again.

    One other quick question I still have the pale blue in the four home page news boxes as you hover over, might you please respond with code to change this too.

    #95129
    wensolutions
    Participant

    To change the pale blue on hover, put the following custom CSS code.

    .latest-news-item:hover {
       border-bottom: 5px solid #FFFFFF  !important;
    }

    Hope this helps !

    #95132
    Jennifer Sims
    Participant

    You are brilliant!

    Thanks so much. looking forward to se your next theme when developed:)

    #95139
    wensolutions
    Participant

    Glad that it worked!

    Keep checking us for new themes in our theme page

    https://catchthemes.com/themes/category/premium/

    Thank you.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Wen Business Pro theme next icon button in posts’ is closed to new replies.