Site logo

Archived topic

Site tile and description multiple colors

4 replies · Started by Gelu-Dănuț on March 5, 2019

Viewing posts 1–5 of 5

I want the title and description of my site https://www.vreaulego.ro to be written in several colors.
Is this code OK? How do I position the title?
My English language is poor.

<div class="site-branding">
      <p itemprop="headline" class="main-title"><a rel="home" title="VreauLego.ro" href="https://www.vreaulego.ro/"><strong>Vreau<span style="color:#336699;">Lego</span><span style="color:#006600;">.ro</span></strong></a><strong><strong></strong></strong></p><strong><strong>
      <p class="site-description"><strong><span style="color:#ff8200">Magazine</span> <span style="color:#006600;"> online cu</span> Lego<strong></strong></strong></p><strong><strong>
</strong></strong></strong></strong></div>

I resolved this problem.

Hi there,

glad to hear you got it resolved, you may want to elminate some of those empty strong tags, i beautified your HTML to make it more apparent:

<div class="site-branding">
    <p itemprop="headline" class="main-title"><a rel="home" title="VreauLego.ro" href="https://www.vreaulego.ro/"><strong>Vreau<span
                    style="color:#336699;">Lego</span><span style="color:#006600;">.ro</span></strong></a><strong><strong></strong></strong></p><strong><strong>
            <p class="site-description"><strong><span style="color:#ff8200">Magazine</span> <span style="color:#006600;">
                        online cu</span> Lego<strong></strong></strong></p><strong><strong>
                </strong></strong>
        </strong></strong>
</div>

Thank you!

You're welcome

This archived topic is closed to new replies.