Viewing 3 replies - 1 through 3 (of 3 total)
  • 1) If the areas you show are ‘widgetized’, you can put images inside a Text widget.

    2) Take the style out of the div where you have it and add it to art-Post-body.

    Thread Starter yungdragonhart

    (@yungdragonhart)

    Okay I understand that, thanks!

    My main issue is I want to remove the white button (http://betterenergyfoundation.org/wp-content/uploads/2011/01/Untitled-1.jpg)

    but since its part of the widget, I was hoping for a code that overrules everything on a page.

    And my other issue is on the join now page (http://betterenergyfoundation.org/join-now-2)
    My form has a faint grey border around it and I want to remove it.

    Because this is an Artisteer theme, you really should be posting in their support forums.

    The button is an Artisteer option. Set Sidebar->Header->Icon to ‘No Icon’.

    The border is created by the same code for every page. If you remove it on the form, it will be removed on every page. You can comment it out by adding <!-- and --> around the border div classes as shown below, but unless you make a special template for the form, it will remove the border on all single pages.

    <div class="art-Post">
        <!--
        <div class="art-Post-tl"></div>
        <div class="art-Post-tr"></div>
        <div class="art-Post-bl"></div>
        <div class="art-Post-br"></div>
        <div class="art-Post-tc"></div>
        <div class="art-Post-bc"></div>
        <div class="art-Post-cl"></div>
        <div class="art-Post-cr"></div>
        -->
        <div class="art-Post-cc"></div>
        <div class="art-Post-body">
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Home page(static) image dilemma’ is closed to new replies.