Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1365951
    V1Aviation
    Participant

    I’m using the renew theme On the right side of the page title is a small home button next to a smaller page title. How do I change the colour of the button and text? I assume it’s done in the custom CSS area, but what code does it require?

    #1365985
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1365995
    V1Aviation
    Participant
    This reply has been marked as private.
    #1366146
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    .x-btn-widgetbar {
        border-top-color: red;
        border-right-color: red;
    }
    
    .x-btn-widgetba:hoverr {
        border-top-color: blue;
        border-right-color: blue;
    }
    #1367324
    V1Aviation
    Participant

    I think we’re talking about different things here. I’m talking about the Blue page title which says Airline Preparation Packages. On the right side of this is a small home button and title, I want these to be white. The fix you’ve sent changes the widget bar at the top of the page.

    #1367637
    Christopher
    Moderator

    Hi there,

    Please update previous code to :

    .x-breadcrumbs a, .x-breadcrumbs span {
        color: #fff;
    }

    Hope it helps.

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