Forum breadcrumbs – You are here:Asgaros Support ForumSupportTitle Colour
Please or Register to create posts and topics.

Title Colour

Hi Guys,

I love the forum, I have been using CSS to change the colours, however I cannot find the name of the main menu.

Can you assist please?

Thanks

Jeni

Uploaded files:
  • asgaros.PNG

Hi jeni,

#af-wrapper #forum-header-container-top a {
    padding: 0 20px;
    font-size: 14px;
    color: #fff !important;
    border-left: 1px solid #00689a;
}

 

#af-wrapper #forum-header-container-top {
    display: block;
    background-color: #2d89cc;
    line-height: 40px;
    border-bottom: 1px solid #00689a;
    text-align: left;
}
#af-wrapper #subscription-overview-link {
    float: right;
    padding: 0 10px;
    border-left: 1px solid #00689a;
}

 

Brilliant – Thank you 🙂

Hello jeni,

you can also have a look in the Appearance-section of the forum. There you can change the main-color of the forum easily without the need to add custom css.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!