Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #263311
    catwingz
    Participant

    Hi,
    This site is finally about to launch and there are a couple of details I am hoping you can help with. The site is still hidden behind a ‘coming soon’ page.

    1) The dismissable message stripe across the top of the site (dark green in screenshot) — is it possible to place is lower on the page so the header top text isn’t covered? If this isn’t possible how can I remove it completely?

    2) How can I move the header media title either higher or lower in the banner so the text “Nordic Chic” in the image is exposed? I thought I had this accomplished with:

    /*move banner text to reveal Nordic Chic in image */
    h2.entry-title.section-title {
    	margin: 120px 0 21px 0;
    }

    and even have a screenshot of when it was lower but the fix no longer works. It’s possible this happened when the theme updated but I’m not sure.
    home page today

    Thank you

    #263342
    Skandha
    Participant

    @catwingz: Hello there,
    1. I am afraid it is not possible to change the position of the Store notice at the top. To remove it
    Go to => Appearance => Customize => WooCommerce => Store Notice => Uncheck the option Enable store notice and Publish.

    2. To move the header media text
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .custom-header-content {
        top: 120px;
    }

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

    #263949
    catwingz
    Participant

    Hi Skandha,

    Neither my code nor yours is having any effect on the position of the header text now. For the moment I’ve left it but commented out all of the code I’ve tried. The site is now public though so you can view it at SPC site.

    I hope you have another solution!
    Thank you

    #265175
    catwingz
    Participant

    Hi Skandha,

    I think my reply slipped between the cracks. This issue isn’t resolved yet, especially frustrating when something in an update appears to have negated my previous fix. Please take another look.

    Thank you

    #265522
    Skandha
    Participant

    @catwingz: Hello there,
    Please try adding the above CSS code at the top of Additional CSS section.

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

    #265540
    catwingz
    Participant

    I reinstated it. It still doesn’t work. As I’ve said, this used to work but stopped apparently after a theme update.

    #265656
    Skandha
    Participant

    @catwingz: Hello there,
    There seems to be an error in your Additional CSS section where you have commented few lines of code. Please try removing the commented code and then use the above code.

    The code seems to be working fine when added at the top of the Additional CSS section. Due to the error the code is not working when added at the bottom.

    Kind Regards,
    Skandha

    #265682
    catwingz
    Participant

    Hi Skandha,

    Problem solved. I can’t find the error but it must be there because now it’s working, and perfect at 80px. Thanks for your help.

    #265695
    Skandha
    Participant

    @catwingz: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/high-responsive/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 9 posts - 1 through 9 (of 9 total)
  • The topic ‘banner text and top promotional stripe’ is closed to new replies.