D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Changing CSS for Buttons and Removing Borders around Images

Front Page D5 Creation Forum General Support Changing CSS for Buttons and Removing Borders around Images

Tagged: 

  • This topic has 6 replies, 2 voices, and was last updated 9 years ago by D5 Creation.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #7094
    Matt Prohaska
    Participant

    Great theme, but I’m stuck on a few CSS issues.

    I can’t change the colors of the buttons, like “Submit” on a form. Currently it is unreadable.

    I’d also like to remove the borders that get added to images in pages, but can’t find the proper CSS.

    Would you please help?

    http://coreykronengold.com/PCwp/contact/

    http://coreykronengold.com/PCwp/clients/

    Thanks!

    #7097
    D5 Creation
    Keymaster

    Did you try This Tutorial ?

    #7098
    Matt Prohaska
    Participant

    Yes, however when I highlight the form / submit button, only the <body> tag is highlighted in the elements.

    #7099
    D5 Creation
    Keymaster

    We have just replied your E-Mail Support Request and for Image Border you can change This

    #content img, #content-full img { box-shadow: 0 0 1px 0 #999999; }

    to

    #content img, #content-full img { box-shadow: none; }

    #7100
    Matt Prohaska
    Participant

    in what file?

    #7101
    Matt Prohaska
    Participant

    I made the edits:
    #content img,
    #content-full img {
    box-shadow: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;

    But still have the borders.

    #7102
    D5 Creation
    Keymaster

    Use this in the Custom Code within Head Area box

    <style>#content img, #content-full img { box-shadow: none; }</style>

    Please follow This Tutorial and you can do any further changes easily.

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