Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Location of text


Recommended Posts

Want to change text size and while using the inspect tool in windows 10 it shows selection as font-size: 30px;

to the far right is type.less;48

The link shown when you put the cursor on type.less;48 is as follows

catalog_ontarget/ext/bootstrap/css/less/type.less:48

But there is no /less directory in /css

Any ideas on this?

Thank you for the help 

Ken

Capture.JPG

Link to comment
Share on other sites

This is from Bootstrap. As far as I know in osC you can't recompile your CSS from LESS. Only way to change default CSS is to redefine it in user.css or something similar. I may be wrong just because I don't use osC 2.3 or community Edition. My own v2.2 uses custom bootstrap with building less files via gulp.

Link to comment
Share on other sites

Thanks for the reply RussNN.

The way is is works jus tthe text is too large causing line being extended to next row, I'll look further, found many others just not found this in any of the.css files.

It is confusing that the link shown shows a dir that isn't there.

 

Link to comment
Share on other sites

@Ken_Shea

I think that you have a user.css file in the catalog directory. If I remembered correctly, the user.css is the last read.

You can add a
 

.h1, h1{

  font-size: XXpx;

}

where XX is the value you want. Like this you don't have to modify the original bootstrap file.

with OsC 2.2 since 2006 ...

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...