Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1298115
    [email protected]
    Participant

    Hi,

    On my blog page I would like to remove the title “category archive” and change the colour overlay from black to pale pink..

    The site in question is:

    https://dolcelussocakes.mystagingwebsite.com/category/blog/

    Thanks
    Mel

    #1298137
    Christian
    Moderator

    Hey there,

    Would you mind providing us with WordPress Admin username / password so we can take a closer look?

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1298196
    [email protected]
    Participant
    This reply has been marked as private.
    #1298229
    Lely
    Moderator

    Hi Mel,

    Thank you for the credentials.
    You may add the following CSS on Appearance > Customize > Custom > Edit Global CSS:

    .category .h-landmark {
        display: none;
    }

    Are you referring to the black overlay on the slider? If yes, please use the following CSS:

    .x-post-slider-entry:hover>a {
        background-color: rgba(255,0,0,0.75); /*Adjust this accordingly*/
    }

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1298115 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>