Before you ask please READ THIS

place an anker to a page

sbasba
edited November 2012 in Hypershot Posts: 9
Is het possible toe put a anker to a certain paige on a woord or sentence, so people can click yhe link in another page and guided right to that special place on the other page.
In my site there is a page called "werkwijze" with different categories, and there is a page thats called "prijzen". I want to put a link on the page called "werkwijze" subcategorie "Bruidsreportage" as they click on it, it has to go to the page "prijzen" subcategorie "Bruidsreportage" and so on..
Is this possible?

My site is www.sbaphotography.nl/wordpress

Comments

  • sbasba
    Posts: 9
    And is it possible to change the background color off the tekst boxes? or make it more transparent?

    To change the size of the letters is that also possible?

    thanks.
  • AirAir
    Posts: 10,970
    Is it some germano-engrish language? ;-)
    First part question - yes, just paste link in wordpress editor, as always.
    2. Where would you change this color? In single post/page view or in blog list? Show link to that type of page, so I could know which template you mean.
    3. You can changes many sizes of fonts in Hypershot Appearance menu. Which size you want to edit?

    With regards.
  • sbasba
    Posts: 9
    Its "Dutch" ;) i wan it changed at http://sbaphotography.nl/wordpress/?page_id=2
    and http://sbaphotography.nl/wordpress/?page_id=64 and here http://sbaphotography.nl/wordpress/?page_id=78 is less or more transparency also possible?

    thanks
  • AirAir
    Posts: 10,970
    Duch or German, we speak English here:-)

    To get your effect you will have add this CSS(for example via plugin http://apollo13.eu/docs/hypershot/#!/modification_of_theme_custom_css_plugin)
    body.page article, body.single article{
    background-color: rgb(255,255,255); /* IE 8 Fallback */
    background-color: rgba(255,255,255,0.7); /* Modern browsers */
    }
    Most interesting for you is second rule with rgba color as there you can set opacity. Last value 0.7 is opacity value(min. 0 , max 1).

    Set both rules to same number for best results, and in second set your desired opacity.

    With regards.
  • sbasba
    Posts: 9
    I want to change the size off the letters in the same pages i wrote earlier.
    CSS is not my thing hahahaha dont know how that works...
  • AirAir
    Posts: 10,970
    Sorry, forgot:-)
    Add font-size also, so it looks like
    body.page article, body.single article{
    background-color: rgb(255,255,255); /* IE 8 Fallback */
    background-color: rgba(255,255,255,0.7); /* Modern browsers */
    font-size: 16px;
    }
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!