Amphion LiteFree WordPress Theme

Amphion Lite is a wordpress theme with 2 gorgeous skins 2 fonts and various other features.

  • can i change the background color? I can’t find in CSS where to do that ?


  • Hello,

    I also really like the theme, I’ve got a question do, the menu position at the top is at the right.

    Is there a option to get this to the left instead of to the right? It would really improve the visibility,

    Thanks in advance,

    Regards, Glen.


    • Go to Appearance> Editor and select stylesheet. Find this line:

      .menu-header {float: right;}

      and replace it with:

      .menu-header {float: left; margin-top:10px;}


  • Great! Thanks


  • add this for a black background
    on line #13 in stylesheetcss

    body { background: none repeat scroll 0 0 #000000; }


  • hi wanted to know how I can add a banner to the header and try to accommodate from css style background image and not take it.

    through the template is good


  • Great theme! One question… how can I remove the black bubble with the number of comments from the posts and the blocks on the front page – or maybe have it only show up when there is at least 1 comment and not show up when there are 0 comments.

    Thanks!
    Steve
    http://www.SmartTipsVideos.com


    • care to share how you found the CSS for a custom banner?


    • I edited the header.php file. At the bottom of that php file in the section, within the <a href=" tag, I put my and it appeared in the header of my blog. It took some trial and error to re-size and make it look right, but I got the look I was going for.

      Good luck!


  • Very Nice Themes, i want to use them of one of my blog, thank you!


  • somebody can help me?


    • what do you need help with?


  • hi wanted to know how I can add a banner to the header and try to accommodate from css style background image and not take it.


    • To add custom banner create one with either Photoshop or GIMP and upload to Photobucket or any other photo hosting of your choice . Then go to dashboard>Apperance>Editor>Header.php and at the bottom of the header.php file you will see

      <a href="
      This is what mine looks like

      if you want you can copy this exact code into your Header.php and replace my URL with yours and replace my banner location to yours , and make sure to delete the code directly after the or the blogname will show up under the banner

Leave a Reply to manny Cancel reply

Your email address will not be published. Required fields are marked *

+ Insert website address to ensure quick efficient support
+ To post your code, wrap your code with this <pre lang="LANGUAGE" line="1"></pre>