Jump to content

Help with default theme


Recommended Posts

okay thanks

 

so it's worth to mention that this ps version uses two backgrounds there:

31OioMa.png

 

1) it's a part of image themes/default-bootstrap/img/footer-bg.png

2) it's a color defined in css styles

 

 

if i were you i will create this:

.footer-container {
      background: #000000!important; 
} 

paste this code at the end of global.css file

 

you will see the changes then (i hope so)

 

if not - recompile theme and refresh browser with ctrl+f5

Link to comment
Share on other sites

Hello

 

To change the Top Nav colour go to:

 

Your Shop/themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css

and find around line 18

 

.sf-menu {
  position: relative;
  padding: 0;
  width: 100%;
  border-bottom: 3px solid #e9e9e9;
  background: #c20000!important; }     (Change this colour to whatever you require - using !important)
  @media (max-width: 767px) {
    .sf-menu {
      display: none; } }
 
Result
 
Paul
Link to comment
Share on other sites

×
×
  • Create New...