• Resolved endlessoceans

    (@endlessoceans)


    Hi there,

    I’m just trying to add some final touches to our site and need to know the following on the topic page:

    – Is there anyway to right align both the “create new topic” and “subscribe” button to the right
    – How can I remove the rounded buttons and just have standard square buttons
    – Submit button – is there a way to increase the text padding to make it more obvious? (eg, like the search button settings)
    – Is there a way to remove the rounded edges in the header bars?

    Here’s a link to the page https://endlessoceans.com.au/forums/forum/general/introduce-yourself/

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Robin W

    (@robin-w)

    link doesn’t go to a page.

    but

    Is there a way to remove the rounded edges in the header bars?

    either that is in your theme or you have turned on no. 8 in the forum display tab

    How can I remove the rounded buttons and just have standard square buttons

    put this in the custom css tab

    .bsp_button1
    		{  
    			-webkit-border-radius: 0;
    			-moz-border-radius: 0;
    			border-radius: 0px;
    		}

    – Submit button – is there a way to increase the text padding to make it more obvious? (eg, like the search button settings)

    try this in the custom css tab

    .submit {
      padding: 10px;
    }
    Thread Starter endlessoceans

    (@endlessoceans)

    Great – thanks for the help:)

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

The topic ‘Styling help’ is closed to new replies.