• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
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
1.1k
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 16 Apr 2019, 07:37 16 Apr 2019, 07:35

    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
    • about a year later
    • A
      arebfaraz last edited by 8 Jul 2020, 18:53

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

      1 Reply Last reply Reply Quote 0
      1 out of 2
      • First post
        1/2
        Last post