Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #163251
    TheJWay
    Participant

    How do i disable the search button on the top right corner?

    #163263
    Skandha
    Participant

    @thejway: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .mobile-social-search {
    		display:none !important;
    }

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

    #163511
    TheJWay
    Participant

    It did work!

    Thanks so much Skanda!

    Have a great day!

    Cheers!

    #163532
    Skandha
    Participant

    @thejway: 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/fotografie-blog/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

    #163845
    TheJWay
    Participant

    Hi Skandha,

    Just wondering what the code would be to keep the top of the page (menu background for when you when you scroll down) black even when you dont scroll.

    Cheers,
    Jason

    #163858
    Skandha
    Participant

    @thejway: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-header-main .wrapper {
    	background-color:#000;
    }

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

    #163943
    TheJWay
    Participant

    Thanks mate, works fine.
    Just another thing, how do i change the positioning of the header button in the middle? I want to place it a bit lower.

    Thanks again mate.

    #164041
    Skandha
    Participant

    @thejway: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .header-button {
    	margin-top:100px !important; 
    }

    You can change the margin to change the position of header button.
    Let me know if this works out!
    Kind Regards,
    Skandha

    #164052
    TheJWay
    Participant

    Nah that disn’t seem to work, I used…
    .header-button {
    position:relative;
    transition: .3s ease;
    top: 250px;
    left: 0px;
    }
    that worked better for me.

    Any chance you know how to control the size of the hero-content?
    I want to make it a bit smaller.

    Thanks.

    #164058
    Skandha
    Participant

    @thejway: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .hero-content-wrapper .entry-container {
    	padding:50px 70px !important;
    }

    You can change the padding to alter the size of hero content.
    Let me know if this works out!
    Kind Regards,
    Skandha

    #164142
    TheJWay
    Participant

    Thanks mate, works well

    #164143
    Skandha
    Participant

    @thejway: Glad I could help you out. Have a good day! 🙂

    Kind Regards,
    Skandha

    #165421
    TheJWay
    Participant

    Hi again Skandha,

    I was hoping you could help me link a featured portfolio image to a different url address?
    is this possible?

    Cheers,
    Jason

    #165493
    TheJWay
    Participant

    Is there any way to do it?

    #165502
    TheJWay
    Participant

    All good, worked it out.

    #165584
    Skandha
    Participant

    @thejway: Glad you were able to figure it out. Let me know if you have anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘How do i disable the search button on the top right corner?’ is closed to new replies.