Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #178750
    Song Liu
    Participant

    Hi, Catchthemes,

    very like Catch Fullscreen Pro and buy it,
    to make it more suitable for my studio, i want to change two places:

    1.Menu bar transparancy of all page
    2.Do’t display the date of allpage

    Thanks!

    #178754
    Skandha
    Participant

    @hanidea: Hello there,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    #178903
    Song Liu
    Participant
    #178928
    Skandha
    Participant

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

    /* To have menu bar transparent on all pages */
    .fluid-layout #header-content {
        background-color: rgba(255,255,255,0) !important;
    }
    /* To remove date from all pages */
    .single-post .entry-meta .posted-on {
        display: none !important; 
    }

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

    #178981
    Song Liu
    Participant

    @Skandha
    Thx~bro,love u,
    but so sorry, i didn’t describe it clearly.
    i hope the navigation bar is translucent.

    “Date” problem has been solved, but the navigation bar is invalid on other pages.

    For example:
    http://www.hanidea.cn/archives/category/visual

    #178993
    Skandha
    Participant

    @hanidea: Hello there,
    For the navigation use the following CSS Code instead of the previous one.

    .fluid-layout #header-content {
        background-color: rgba(0,0,0,0.2) !important;
    }

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

    #178997
    Song Liu
    Participant

    @Skandha Greatjob and half the success, only the home page came into effect.

    but,this page’nav colours have changed :http://www.hanidea.cn/contact-us

    thx~

    #178998
    Skandha
    Participant

    @hanidea: Hello there,
    Do you want the navigation transparent only on the homepage, if so use the following Code instead.

    .home .fluid-layout #header-content {
        background-color: rgba(0,0,0,0.3) !important;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #178999
    Song Liu
    Participant

    @Skandha Hi bro,
    i want to all page navigation transparent, and sorry, my english is not good.
    Kind Regards!

    #179001
    Skandha
    Participant

    @hanidea: Hello there,
    I feel the following Code should work out for you. Please give it a try.

    body:not(.home) #header-content {
    	position: absolute;
    }
    .fluid-layout #header-content {
    	background-color: transparent;
    }

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

    #179002
    Song Liu
    Participant

    @Skandha perfect and so cool,
    If I want to change to 50% transparent,
    how to modify the code?

    Thank you for your patience.
    PS:your company should be proud of u patience and professionalism.

    #179003
    Skandha
    Participant

    @hanidea: Hello there,
    To change to 50% transparent replace background-color: transparent; in the above code to background-color: rgba(0,0,0,0.5);

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

    #179004
    Song Liu
    Participant

    @Skandha Great!
    You’re the best!
    I will use CATCH THEMES PRO in the future 😀

    #179005
    Skandha
    Participant

    @hanidea: 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/catch-fullscreen/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

    #179018
    Song Liu
    Participant

    @Skandha
    No problem,U deserve 5 star praise.

    #179019
    Skandha
    Participant

    @hanidea: Thank you very much for your wonderful review. Have a great day! 🙂

    Kind Regards,
    Skandha

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Two questions need help’ is closed to new replies.