Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    How can I add custom CSS in bagisto?if I want to change the look of search bar where should i keep the css file and where should I connect that ?

    Knowledge Base
    2
    2
    903
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      sanjana singh last edited by sanjana singh

      In the layout of shop folder there is master.blade.php in this you will find @stack('css') by using this you can overide css for this you have to @push('css')
      <style>
      ul.search-container {
      border: 1px solid red !important;
      }
      </style>
      @endpush

      apply on the page where you want to add css. you can give directly path here or you can create style here also!!!!!

      1 Reply Last reply Reply Quote 0
      • A
        arebfaraz last edited by

        Can you please brief more in detail exact path and where i can write custom css class

        1 Reply Last reply Reply Quote 0
        • First post
          Last post