Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • hi diragusa,
    I think using child theme would be better if you just want to do a bit of modifications. And all changes you made in child theme will replace parent theme css settings (if apply same css id/class name with different attributes in parent and child, then the css settings of child theme would be applied.)
    so, if you want retain most of original css settings, just using child theme, otherwise you need create another new theme and using totally different css settings.

    I think mookasaurus was right.
    Try to open /wp-content/themes/MobileWorld/css/screen.css , and find line 54, there is a “dl dt {…}” setting, add one more css code as like:

    dl dt{
    font-weight: bold;
    margin-bottom: 10px;
    }

    I think it works, but suggest create new css class to set margin, otherwise all “dl dt” will apply margin effect.

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