Jump to content

Regman7

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Regman7's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. We are not familiar enough with css to make this happen, so we are asking for help. We want to align this snippet: <?php echo do_shortcode('[google-translator]'); ?> to the center of our header template, as our primary device is the smartphone. Thanks in advance.
  2. As I am new to this I am not clear on exactly what you mean. Please elaborate a bit more if you can. Thanks for helping.
  3. Thanks for the reply. I could use all of the help I can get. Here is what I am trying at the moment: body { background: url(IMAGE LINK) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } body.page-id-172:before { background-image: url(IMAGE LINK); } The top (body { background is working fine. The body.page-id-XXX{ before IS NOT.
  4. Trying to modify this for different pages using page ID. Working well for the site, but I need to have different backgrounds on different pages. body { background-image: url("paper.gif"); } New to this and could use some help making it work. Thanks to anyone.
×
×
  • Create New...