We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Action links as buttons | Forum

Topic location: Forum home » Support » General Questions
Петр
Петр Dec 18 '15
I want to change actions links on profile page to buttons.

http://clip2net.com/s/3rVlPhC


I saw the code and found that these links hasn't classes so I dont know how to change them. Who can help me?

Tecca
Tecca Dec 18 '15

.ow_bl a,

.ow_context_action_value_block .ow_context_action {

    background-color: #eee;

    border: 1px solid #ddd;

    text-shadow: 1px 1px 0 #fff;

}


You can separate ow_bl a and the second if you want to style them differently (the context action class is for the dropdown buttons, ow_bl a is for private message, Unfollow, etc.).


Example of mine:


ross Team
ross Dec 20 '15
Bryan +1