Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #250731
    Tristan Marlow
    Participant

    Hi,

    To have the header colour transparent on the front page, it can only be black on other pages

    Also I have tried some of the suggestions to change the Read More text in Hero Content but it remains.

    #250747
    Skandha
    Participant

    @littleearth: Hello there,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    #250750
    Tristan Marlow
    Participant
    #250900
    Skandha
    Participant

    @littleearth: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home #masthead {
        background-color: unset;
    }

    To change the Read more text in Hero Content
    Go to => Appearance => Customize => Theme Options => Excerpt Options => Read More Text => Edit the text and Publish.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #250922
    Tristan Marlow
    Participant

    Hi Skandha,

    No that does not fix it; but helped point me in the right direction.

    The color is fine on the main page, it’s additional pages:

    http://dev.tricord.net.au/ – header is blue (that is what I want)

    http://dev.tricord.net.au/services/ – header is black (not what I want)

    However I figured it out it is to add this custom CSS

    .header-bg #masthead {
    background-color: #003C4C;
    }

    This is the CSS for the Read More button color as it is not an option

    #promotion-message .right a, #hero-section .readmore a {
    background-color: #CE7C4E;
    border: 2px solid #CE7C4E;
    }

    #250978
    Tristan Marlow
    Participant

    Hi,

    Thanks the CSS code does not help, but did point me in the right direction

    page http://dev.tricord.net.au/ will be blue on the header (good)
    page http://dev.tricord.net.au/ will be black on the header (bad)

    It was this one

    .header-bg #masthead {
    background-color: #003C4C;
    }

    For the readmore I was chasing the color option, this was the CSS

    #promotion-message .right a, #hero-section .readmore a {
    background-color: #CE7C4E;
    border: 2px solid #CE7C4E;
    }

    #251038
    Skandha
    Participant

    @littleearth: Hello there, I hope I was able to help you out. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/parallax-frame/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Header background for transparent can only be black and change Read More color’ is closed to new replies.