hi,
How can i send you screenshot ?
It’s not complicated : Previously to change CSS, i use to do it on WP homepage, going to customize, css.
Now when i do the same thing, it redirect me to my website page with the theme option on the left, and i can’t write anything.
I still can go to them option > them General options > and write some css, but i can’t find all the lines i’ve been written before.
In top of that, the update change all my font for a Bold one …
i give you my website name again : http://m-g-a.fr
and here are all the lines i’ve write and i can find anymore since the update:
.enigma_header_breadcrum_title {
display: none !important;
}
.breadcrumb {
display: none !important;
}
*/
a, .enigma_heading_title h3 {
font-family: Didot-Bold, “Helvetica Neue”, Helvetica, Arial, sans-serif !important;
}
/* titres pages */
.enigma_header_breadcrum_title h1 {
font-family: Didot-Bold, “Helvetica Neue”, Helvetica, Arial, sans-serif !important;
}
/*rectification titre produits en bas*/
.enigma_home_portfolio_caption h3 a {
font-size: 22px;
font-family: “open sans”, “Helvetica Neue”, Helvetica, Arial, sans-serif !important;
}
/* noms défilants*/
.carousel-text h1 {
font-family: Didot-Bold, ‘Open Sans’, sans-serif !important;
-moz-animation-delay: .3s;
-ms-animation-delay: .3s;
-o-animation-delay: .3s;
animation-delay: .3s;
}
.logo p {
font-family: Didot-Bold, ‘Open Sans’, sans-serif !important;
}
h2 {
font-family: Didot-Bold, ‘Open Sans’, sans-serif !important;
}
/* header contact info section ***/
.header_section {
background-color: #34495E;
color: #fff;
}
/***** Footer Area Css *****************************************************************
***************************************************************************************/
.enigma_footer_area {
background: #00ace9;
border-top: 0 solid #00ace9;
text-decoration: none;
}
a {
color: #00ace9;
text-decoration: none;
}
/*** breadcum style css **/
.breadcrumb li a {
color: #00ace9 !important;
}
/** headings titles css ***/
.enigma_heading_title h3 {
border-bottom: 4px solid #00ace9;
}
.enigma_footer_widget_area p {
color: #151212;
}
/* Body*/
body {
font-size: 14px;
line-height: 1.42857143;
color: #151515 !important;
background-color: #fff;
}
p, a, h2, h3, h4, h5, h6 {
font-weight: normal;
color: #151515;
text-shadow: 0 0 1px rgba(0,0,0,0.01);
font-family: ‘Open Sans’, sans-serif;
font-weight: 700;
}
enigma_blog_post_content p {
font-family: ‘Open Sans’, sans-serif;
font-size: 16px;
line-height: 27px;
margin: 0 0 20px;
}
.enigma_blog_post_content p {
color: #151515 !important;
}