Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1011928
    stuartsmith04
    Participant

    Hi there

    We need to change the title from Sermons to Media in the church theme?

    We also need to change the colour of that beige colour strip to a colour that matches the rest of our website.

    I can’t see how to edit any of these elements a the only edit option is to ‘edit Category’ and I can’t edit it with Cornerstone.

    Could you help please? Please see attached image showing what I mean.

    #1012335
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    Check the link below on how to change the category title.

    https://community.theme.co/forums/topic/change-title-category-archive-to-specific-category-title/#post-96168

    Hope it helps.

    Thanks.

    #1012873
    stuartsmith04
    Participant

    Ok great, thanks for your help!

    Stu

    #1013018
    Joao
    Moderator

    You are welcome Stu.

    Let us know if we can help with anything else.

    Thanks,

    Joao

    #1028022
    stuartsmith04
    Participant

    Hi

    Thanks for your help. I managed to change the text to Media but I can’t see any help with changing the colour of that beige strip. If you take a look at my original image I’ve highlighted the area in question.

    Could you please help me with recolouring it? If I can’t recolour it could you help me remove that header section (colour strip, text and breadcrumbs) all together?

    Thanks
    Stu

    #1028251
    Rupok
    Member

    Hi there,

    Thanks for updating. Do you want to change the background color of header for this specific category? In that case, you can use this CSS :

    .category-media .x-header-landmark {
      background-color: #f54;
      border-color: #333;
    }

    Change the background color and border color to your desired color code.

    Cheers!

    #1031929
    stuartsmith04
    Participant
    This reply has been marked as private.
    #1032358
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > Customizer > Custom > CSS

    .x-header-landmark {
      display: none;
      }

    Hope that helps,

    Joao

    #1048698
    stuartsmith04
    Participant

    Perfect, thanks so much.

    Stu

    #1049039
    Christopher
    Moderator

    You’re welcome.

    #1055227
    stuartsmith04
    Participant
    This reply has been marked as private.
    #1055786
    Lely
    Moderator

    Hi Stu,

    Please add this CSS:

    .category-events .x-header-landmark,
    .category-media .x-header-landmark {
        display: block;
        background-image: url("http://cfckesgrave.co.uk/wp-content/uploads/2016/03/126.jpg");
        padding-bottom: 80px;
    }
    .category-events .x-landmark,
    .category-media .x-landmark{
        width: 100% !important;
        padding-right: 0 !important;
    }
    .category-events h1.h-landmark,
    .category-media h1.h-landmark{
        font-size: 285.7%;
        color: #ffffff;
        text-align: center;
        letter-spacing: 0.119em;
    }

    Hope this helps.

    #1056566
    stuartsmith04
    Participant

    Thank you so much for your perfect and helpful service. I would have had no idea where to start!

    Stu

    #1056798
    Joao
    Moderator

    You are welcome Stu,

    Reach us if you need help with anything else.

    Joao

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