Many have CS problem - WT Aantique

Home Forums Support Many have CS problem - WT Aantique


Hi!

How to change style in template.css?

Anything edited, restored

Problem 1: Edit an article with TinMyce editor, and add image exampl: original 200×200 to edit 100×100 stc..etc , but this image (or some style) on frontend show 200×200.
null
null

mysite.hu/templates/wt_antique_pro/css/template.css search css code, and line 1210 with chrome extension

img {
  display: block;
  max-width: 100%;
  height: auto;
}

change to with chrome extension

img {
  /* display: block; */
  max-width: 100%;
  height: auto;
}

and line 1243

img {
    border: none;
    width: auto;
    height: auto;
}

change to with chrome extension

    border: none;
    /* width: auto; */
    height: auto;
} 

result
null

It is not possible to rewrite a file on the server, attrib 644 🙁

I tyred with:
1. Filezilla,
2. with FTP editor my provider
3. extensions / templates / Wt_antique_pro Details and Files / editor / css / template.css rewrite
4. and styles / wt_antique_pro – One Page / Custom Code

Error Cooming soon setting, and JCE Editor write color (gray to black)

Comind soon:


/*Coming Soon*/
.sp-comingsoon #sp-comingsoon {
  /*padding: 100px 0;*/
  padding: 40px 0;
}

.sp-comingsoon .comingsoon-page-logo img {
  display: inline-block;
  /*border: 2px solid #555555;
  padding: 10px;*/
  border: 0px solid #555555;
  padding: 0px;
}

.sp-comingsoon .sp-comingsoon-title {
  /*margin-top: 130px;*/
  margin-top: 50px;
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #fff;
}

JCE:


/* JCE Editor Font-Color */
.mceContentBody p {
  color: #323232;
}
  • This topic was modified 54 years, 4 months ago by .

Hi Adam,
Do not modify template.css file, this file generated automatically.
You can custom css code via custom.css file or theme.less
Thank you


I understand, thank you!


Many thanks Brian, solved!


Thank you 🙂

You must be logged in to reply to this topic.