I
I
Ilya Derevyannykh2020-05-22 00:47:29
css
Ilya Derevyannykh, 2020-05-22 00:47:29

Why didn't styles stop being applied in Avada?

At first everything was fine on this site, the styles were applied. Then in the settings I changed the font color and almost all the styles flew off.
For example, here are the styles:

.fusion-secondary-header > .fusion-row {height: 20px !important;}
.fusion-contact-info {font-size: 16px !important;}
.fusion-search-form-content {border: 2px solid #000 !important;}

These are the styles for the top bar and the contacts in it and the search box.
I don't understand what's going on. Before that, simply demolishing the theme and reloading the settings or resaving styles helped. But now nothing works. Prescribed styles both in a special window for styles and in the CSS file.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Q
QuestYouCraft, 2020-05-23
@QuestYouCraft

Then in the settings I changed the font color and almost all the styles flew off.
You can try removing the font change code and see if everything falls into place. If yes, then the problem is in the implementation of the color change.
If not, then the problem is in the global implementation of CSS
. In general, in such situations, you need to make a backup before changing the settings. So, you pulled some other global settings (for example, the symbol was accidentally deleted somewhere in CSS) and in the end everything collapsed.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question