how to remove squared element in the title

  • Author
    Posts
  • #100141

    How can I remove the squared element that FLUIDA has in the title of the site, please?
    I would like to have a circle not a square…
    Thank you in advance
    Best regards
    Marianna

    #100193
    Zed
    Cryout Creations mastermind

    The theme has the option to select which letter that effect applies to (or disable it), but not its appearance.

    You can try the following CSS to make the background square round:

    #site-title span a span:nth-child(1) {
        border-radius: 100px;
    }

    If you’ve adjusted the position of the marked letter, you’ll need to edit 1 to the correct number.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #100198

    Thank you Zed, it worked.

    Can I also put 2 or 3 letters into the circle?

    and eventually change the character?

    My problem is that I have a circled logo and I wanted to use it before of the title, but I don’t like 2 shapes near each other.

    Thank you

    #100227
    Zed
    Cryout Creations mastermind

    The effect is only designed to apply to one character. It’s not simple to change it to more.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘how to remove squared element in the title’ is closed to new replies.