• Love your theme and its responsiveness.

    My website is https://www.oliviasplace.org.au

    I’ve changed the colours to the menu hovers and dropdowns but the home button still shows as blue on my homepage, could you please help me with some custom css for this and also the following?

    https://www.oliviasplace.org.au/about-us/

    The widgets sidebar all have the same bright blue borders and title sections. I’d like to be able to change it to a colour of my choice.

    Please help?

    Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • hii oliviasplace,

    Use the below CSS in Custom CSS box –

    Menu CSS –

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        background-color: #9f7174;
    }
    .navbar-default .navbar-nav .active a, .navbar-default .navbar-nav .active  a:hover, .navbar-default .navbar-nav .active  a:focus, .dropdown-menu .active a {
        background-color: #9f7174;
    }

    CSS for widgets sidebar –

    .enigma_sidebar_widget_title {
        background: #993366;
    }
    .enigma_sidebar_widget {
        border-left: 3px solid #993366;
        border-right: 3px solid #993366;
        border-bottom: 3px solid #993366;
    }

    hello oliviasplace,

    I’m trying to change hover of the home button and also the “top” menu hovers … but I am no able,… could you please tellme how you did it?

    Thank you in advance

    Jeronimo Molina

    Thread Starter oliviasplace

    (@oliviasplace)

    Thank you, that’s perfect!

    I have one other query, I’m not certain if I should start a new thread and I’m also not certain if it’s only because of the resolution of my screen, but the whilst the tagline is centred to the page underneath the logo, it is split onto two lines of text that is oriented to the left rather than centred. I would like the text across a single line, or forced to centred orientation if screen resolution moves it to two lines of text.

    Thanks very much ??

    Thread Starter oliviasplace

    (@oliviasplace)

    additional to the above, when the browser window is full screen, the tagline shows as a single line of text. It only shifts to two lines when the browser isn’t full screen but then the text is left orientation instead of centred on two lines. I’m hoping to have it with centre orientation, centred to the screen, when the text moves to two lines. I hope this makes sense!

    Please, use the below CSS –

    .header_section .hd-img {
        display: none;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change to Colours Assistance’ is closed to new replies.