Change the supreme icon and text

This topic contains 3 replies, has 2 voices, and was last updated by  Kor 8 years, 2 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #350376

    Ishola sodiq
    Expired Member
    Post count: 9

    Hi,i’ve installed supreme directory and i like it. But have few questions
    1. How will i remove the Supreme icon and text at the top right corner of my page
    2. how can i increase the witdth of textbox search for and also change the magnifying glass used for the search button.

    Thanks

    #350400

    Kor
    Moderator
    Post count: 16516

    Hi Isola,

    Let me try to answer your questions accordingly

    #1 You can change the logo in your WordPress Dashboard > Appearance> Customize > Header > Logo

    #2 These can be modified using custom CSS. Could you please provide your Website URL?

    #350508

    Ishola sodiq
    Expired Member
    Post count: 9
    This reply has been marked as private.
    #350528

    Kor
    Moderator
    Post count: 16516

    Hi Isola,

    Kindly use the custom CSS code below to change the width of the search

    
    
    .sd.home .featured-area .geodir-loc-bar-in, .sd.sd-location .featured-area .geodir-loc-bar-in {
        min-width: 700px!important;
    } 

    Then, you can use the custom JS code below to change the search button. Kindly install the code snippet plugin and use the code below. Change the image URL to your own search icon. Let us know how it goes.

    
    
    function hook_javascript() {
        ?>
            <script>
    jQuery( document ).ready(function() {
       jQuery('.geodir_submit_search').html('<img src="pic_mountain.jpg">');
    });
    </script>
        <?php
    }
    add_action('wp_head', 'hook_javascript');

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount