badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

rounded corners and border thickness

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2892
    Derek
    Participant

    Is there a way to work with the border using pro theme? How about adding a border just around the slider?

    #2919
    Sanjip Shah
    Participant

    @yflyjump To add the border around the slider (it looks that you are using the rev slider), you could go to Revolution Slider menu. Click on the ‘Slider’ you created. You will see lot of settings on right like ‘General Settings’, ‘Position’, ‘Appearance’ etc. Click on ‘Apperance’. Choose the border color there and also set the padding(border) to any number say 5. Then, click on the update slider button.
    About your first question, can you clarify it more? Are you wanting border around the whole wrapper?

    #2939
    Derek
    Participant

    what about a border and background color for “body” or a section of “body” like the TEXT section or testimonial? Use the editor and poke around for it and make the change there? Thanks

    #2994
    Sanjip Shah
    Participant

    @yflyjump To change the background color of the body, in the dashboard, go to Appearance->Theme Options->Design Options Tab->Color Options. Set the ‘Body Background Color’ there and click on ‘Save all Changes’.
    For the border of the whole body you will have to use the custom CSS options.
    Go to Custom CSS option, paste the following css and click on ‘Save all Changes’.

    .wrapper {
        border: 2px solid #000000;
    }

    You can change the 2px to any number you like, this represents the thickness of the border.
    #00000 is the color code, you can changes this to the color code of your choice, you can find the color code in this link http://www.colorpicker.com/. Hope this helps.

    #3025
    Derek
    Participant

    Thank you Sanjip, what about applying borders to other like the TEXT section (so it stand out better) on my homepage or other pages as asked above?

    #3047
    Sanjip Shah
    Participant

    @yflyjump Please provide a link to the page containing the text section on which you want to apply the borders.

    #3089
    Derek
    Participant

    http://www.howsthislook.com below the slider. I would like to know how to change any text area to add color background and border on any page that has text.

    #3116
    Sanjip Shah
    Participant

    @yflyjump It will be difficult to get the background color for the text and border for the text as they don’t have a specific selector covering all the text part just below the slider. However what you could do is, you can go to theme options->Design Options Tab->Color Options and change the content color from there. Please try this.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.