• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

absolute minimalistic design

Hate to be a Debbie Downer about this but the sub-category entries on the main forum page look like text based ads to me, I'd be hesitant to click them.
 
Well, I dont know how to change those! suggestions?

Also... As you can see there is a "line" around "block" in thread view and discussions view, but on the "homepage" there is not..
how can I put a "line" around the "block" on the "homepage"

Xenforo for dummies time!
 
Just add an border about the breadcrumbs might bring them out some more.

show me an image of what you mean easyer to understand :D
 
Good idea,

first image, no line border thingy, second image there is a line border thingy!

Also in the 2nd image, you see the button where I put a big arrow, how can I change that text color to White without changing the whole look once again by accident.

nonborder.webp

yesborder.webp

the link text thingy image
text.webp
 
First arrow = remove
HTML:
border-top: 1px solid #E4EEF5;

2nd arrow =
HTML:
.PageNav a {
    background-color: #ffffff;
    border-color: #E4EEF5;
    color: #8F6C3F;
}

3rd arrow = no idea can't see it, But the button is
HTML:
a.callToAction span
in Css
 
Top Bottom