• Resolved kaycee831

    (@kaycee831)


    i would like to remove the ‘Search’ box on top of the Header image.

    Please let me know how to do this.

    Also I’d like to make the telephone number font bigger. Could you let me know how?

    thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey there kaycee831,

    Hope you’re well! ??

    Since the theme provided a “Custom Css” [tab] you can put the code below to remove the search form :

    .search-form {
    	display: none;
    }

    Also I’d like to make the telephone number font bigger. Could you let me know how?

    I don’t know how to setup telephone number. Could you share your site if possible or share screenshot( this forum don’t have upload feature so you need to use 3rd party image host )

    Hope it helps! ?? Looking forward for your reply! ??

    Best Regards,
    Calvin

    Thread Starter kaycee831

    (@kaycee831)

    ohhh wow Calvin. Thank so much. I’m so used to finding it within the ‘editor’ and removing it, i wasn’t sure of the code.

    my site is https://www.phlorista.com

    on that note, why can’t i see ‘editor’on this theme? if i go to https://www.phlorista.com/wp-admin/theme-editor/php, it says i dont have sufficient permission. so i guess whatever i want to ‘add or remove’ i need to use the custom css box?

    re the telephone number: you can see that on the right hand side i’ve changed the ‘information’ to ‘contact’. it’s got a nice ‘envelope’ logo for the email, but the telephone number is lost in the box as it’s too small.

    many thanks again. ??

    Thread Starter kaycee831

    (@kaycee831)

    ps.. also regarding the ‘tagline’ font – size and placement. can i put the tag line (Paper Floral Artistry) on the right (where the search box was) and make the font bigger?

    ??

    Hey there kaycee831,

    Hope you’re well! ??

    Thanks for clarifying things for me,

    First about the editor: You can just navigate thru the dashboard to Editor section like on this image: https://prntscr.com/5slaxn . You also got the wrong url, the correct one is : https://www.phlorista.com/wp-admin/theme-editor.php

    But like I suggest if you will add custom css code you better use the custom css [tab] to avoid problems like if you insert the custom code in the parent theme. It will be gone if you decide to update the theme.

    On the telephone number issue, do you want to make the text bigger on this part: https://prntscr.com/5slakm ? If so, this code will help you achieve that

    .contactlink-side .contactlink-side-top {
         font-size: 0.9em; /*increase the 0.9em ( this is the value ) and ignore me as I am just a comment */
    }

    can i put the tag line (Paper Floral Artistry) on the right (where the search box was) and make the font bigger?

    Sure thing, but I want you to know this include a bit of modification ( file modification ) and I suggest you create a child theme for this type of modification. ?? Let me know if you are ready.

    Best Regards,
    Calvin

    lourogg

    (@lourogg)

    Hey Calvin,

    I’d like to put some text on the right where the Search was. I have a child theme.

    Thanks fo helping out.

    Louis

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove Search Bar’ is closed to new replies.