INSERT TEXT ON TOP PAGE

  • Unknown's avatar

    Hello everybody,
    A little question: I would like to add some text in the top part of the portfolio archive, as a mean of introduction. As an additional information, I use the theme Intergalactic.
    Any advice is welcome!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hello there,

    A question, while trying to adopt the header width (with no success), the titles of the posts become de-centered to to the right.
    How do I fix that?

    Also:

    – I would like to add an additional line below the main blog title (in my case Thought(s)kàtcher), still keeping the subtitle, that comes out in a lighter hue. How can I do this?

    – I would like to add some text in the top part of the portfolio archive, as a mean of introduction.

    As an additional information, I use the theme Intergalactic.

    Any advice is welcome!

  • while trying to adopt the header width (with no success), the titles of the posts become de-centered to to the right.
    How do I fix that?

    Can you describe a little more what you’re trying to do? Is there a specific element you wish to make larger? Or smaller? :)

    I would like to add an additional line below the main blog title (in my case Thought(s)kàtcher), still keeping the subtitle, that comes out in a lighter hue. How can I do this?

    You can add an additional bit of text with CSS, like this:

    h1.site-title:after {
        display: block;
        content: 'Your message goes here';
        font-size: 28px;
        color: lightblue;
    }

    You can, of course, adjust the text that is displayed, the color, and the font size as needed :)

    We may be able to do something similar with the Portfolio Archive – can you say a bit more about what you want to add, and where? Which page(s) did you want to add text on? :)

  • The topic ‘INSERT TEXT ON TOP PAGE’ is closed to new replies.