Viewing 9 replies - 1 through 9 (of 9 total)
  • Mr Case

    (@mr-case)

    Your question is fairly broad. what exactly do you want to change?

    Thread Starter opopop

    (@opopop)

    I mean heading if you see website home side bar “INVASION BOSS RANKING
    “looks good but the another sidebar below “INVASION BOSS RANKING
    ” not looks good “NEXT TOURNAMENT”

    [ No bumping please. ]

    Roch

    (@rochesterj)

    Hi!

    Those are the heading styles, each widget has its own. But you could add this in your custom css to make them all look similar:

    .widget-title {
        background: #2b353e none repeat scroll 0 0;
        border-top: 4px solid #00a69c;
        color: #fff;
        padding: 0.625em 15px;
    }

    Kind Regards,
    -Roch

    Thread Starter opopop

    (@opopop)

    you mean Sportspress >> general >>custom css rigt? then i put there but not works

    Roch

    (@rochesterj)

    Hi!

    Please make sure you are adding it in the beginning of your custom css. Also instead of .widget-title use body .widget-title and let us know how it works

    Kind Regards,
    -Roch

    Thread Starter opopop

    (@opopop)

    I put above code in

    Rookie: Stylesheet (style.css)

    and it’s works see this

    https://www.pvgf.org/

    and is this possible i can add table and column in others widget

    Roch

    (@rochesterj)

    Hi!

    I’m not sure what you mean. What kind of table are you trying to add to your widgets?

    Kind Regards,
    -Roch

    Thread Starter opopop

    (@opopop)

    I mean if you see right hand sid Next Match and INVASION BOSS RANKING widget they looks good in table but next boss and next tournament widget are not in table

    Thread Starter opopop

    (@opopop)

    I mean my own widget display in table format?

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘css heading’ is closed to new replies.