Change background color in Fancy row/ text row

hi,
i am using visual compser and set fnacy row or text row.
i changed the background color in the edit row section but it doesnt  appear when i refresh the site page.

please advise.
Yaniv

Comments

  • Hi,

    Maybe it's because of cache?
  • Hi,
    I used F5 to refresh. it change others features, so i guess its not the problem.
    when i used Muffin is go well.

    another question - How can i change the to Icon size in the icon box and the Hover mode that doesnt appear with mouse over?
    see link : www.benprod.co.il

    Thanks
  • Do you have cache or not? Because cache is always the problem and this is the main reason why you usually don't see any changes.

    To change icon size and color for icon box, please use below css:
    .icon_box .icon_wrapper i { font-size: 30px; }
    .icon_box a:hover .icon_wrapper:before, .icon_box:hover .icon_wrapper:before {
        background-color: #2991d6;
    }
  • regarding the icon color and icon size,where  i need to write the CSS: in the Custom CSS settings under the visual compesor or in the or in the Custom CSS classes for link in the Icon box edit?

    where i put to relevant color in the CSS code? there is 2 "before" in your code.
    i appriciate if you can write 2 color for example i n the code.

    regarding the fancy row/text row color i will try to clean the cache.
  • Each css should be placed in Theme options > Layout > Custom CSS & JS > Custom CSS section.
Sign In or Register to comment.