Modifying Beez 20 template - Joomla! Forum - community, help and support
i trying modify beez 20 personal. have modified site based on know real beginner @ understanding , modifying php css want.
the site http://www.salmontrollinglures.com there 2 attached pictures of trying accomplish.
currently site has site title in white.
what want have "pal spoons" in black.
i want place 3 or more lines on right side in other picture. can changing header picture not seo since spyders cant read picture. wording on left read spiders. want same on right spiders can read it.
i assume has done in css instead of added boxes wording can changed guy building site for. building site on tight budget. not being paid work , in slow part of year. (currently no sales tile spring, fishing gear)
the site http://www.salmontrollinglures.com there 2 attached pictures of trying accomplish.
currently site has site title in white.
what want have "pal spoons" in black.
i want place 3 or more lines on right side in other picture. can changing header picture not seo since spyders cant read picture. wording on left read spiders. want same on right spiders can read it.
i assume has done in css instead of added boxes wording can changed guy building site for. building site on tight budget. not being paid work , in slow part of year. (currently no sales tile spring, fishing gear)
you can add custom html module text in wording can changed whenever, style module appear want using module class suffix.
without knowing module positions it's hard give exact advice create custom html module. write heading text in , give module class suffix. assign module position within header , style float right , width of 300px appear on right of header.
to change colour of pal spoons text add
to personal.css file on line 106 h1#logo
hope helps.
without knowing module positions it's hard give exact advice create custom html module. write heading text in , give module class suffix. assign module position within header , style float right , width of 300px appear on right of header.
to change colour of pal spoons text add
code: select all
color:#000;to personal.css file on line 106 h1#logo
hope helps.
Comments
Post a Comment