• Hello,

    This is my first attempt at building a site. I’m missing the vertical dividing line that separates the Site Title and Tag line – I’m not using a tag line as I don’t want my pages to move to a second row. However I would still like that division between “title” and “home”; how can I get that vertical line that’s shown in the sample?

Viewing 1 replies (of 1 total)
  • Hello,

    Initially the theme only provides the vertical border line to separate the site title and tagline when the tagline is used in the theme.

    However, you can still replicate the styling for the border while only the site title is used by adding the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS :

    h1.site-title {
    border-right: 2px solid;
        color: #858585;
        float: left;
        padding-right: 20px;
        margin-right: 20px;
    } 

    Also, for future reference, you can also post in your queries in the theme’s official support forum for dedicate and swift support at : https://themepalace.com/forum/wen-business/

    Hope this Helps,

    Best Regards !!

Viewing 1 replies (of 1 total)
  • The topic ‘Site Title missing Vertical line’ is closed to new replies.