Hello!
I wanted to make the link color when hovered. This code
a:hover {
color: #ddbee5;
}
cancel and reversed any color change in these codes to black color (the default one in the theme).
Even with !important All plugins have been disabled. This is the first time I encountered such a problem on your theme.
a hover disable all this css. !important not help!
/*цвет шрифта сайдбар*/
body {
text-align: left;
font-size: 17px;
line-height: 1.6em;
font-family: "Fira Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: normal;
color: #d5c5c5;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
}
/*цвет шрифта виджета*/
body {
text-align: left;
font-size: 15px;
font-family: “Fira Sans”,”Helvetica Neue”,Helvetica,Arial,sans-serif;
font-weight: normal;
color: #dbd6dd!important;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
}
#site-title, .site-title, #site-title a, .site-title a, .entry-title, .entry-title a, h1, h2, h3, h4, h5, h6, .widget-title, .elementor-heading-title {
font-family: "Agdasima";
color: #e5e5f5!important;
}
p {
margin: 0.66666667em 0 1em;
color: aliceblue;
}
css color change, but after refresh page all font have black colors again.
]]>Hello.
I have a problem with the width of the site. It does not stretch to its full width. There are empty stripes on both sides. The site’s css specifies a width of 100% or other values ??that I can’t edit.
Its look like boxed layout.
I was able to stretch the content on the site using the old Elementor template. If Im dd a container from Elementor, it also turns out narrow.
Everything from the header to the footer is narrow. Help.
I need the header and footer content to be full width and centered.
I’ve been using your theme for a long time, but before everything was fine, the content was located across the entire width of the site. Please, help. Narrow looks ugly.
Thank you.
]]>