• Resolved Felln

    (@felln)


    With the new 2.0.x versions the design from the category clouds widget changes from different big text categories to onesize text and black background. How can i change this back?

    //EDIT:
    i tried to make some changes at a child css.
    I tried to take the old css line for the cloud and changed it to the new name. All will be work, but the problem is that the size from the letters in the cloud still not different because the new style.css from the 2.0.x version have !important in it and so it override my css :/.

    So i have to change the original style.css to do it or can i do anything else?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Felln,

    thanks for using MH Magazine lite.

    You can remove this from the stylesheet (style.css):

    .tagcloud a { font-size: 0.75rem !important; }

    If you need further design changes based on the previous version, you can download the old version, have a look at the stylesheet and then use the code to add your modifications.

    Have a nice weekend.

    Thread Starter Felln

    (@felln)

    Yeah ty i know this already (see my edit at start post). i look for a way to change this in my child style.css so that i didnt must change the original theme files…

    If you want to change this, then you need to remove that line of code in the stylesheet (style.css) of the parent theme. We missed that !important as it was used during the design process, we’ll remove it with the next theme update.

    Thread Starter Felln

    (@felln)

    ah okay. Ty 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Category clouds’ is closed to new replies.