Home>Support>SiteOrigin Builder in Travel Eye theme

SiteOrigin Builder in Travel Eye theme

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

Thank for give us a great builder website plugin.
I’m using Travel Eye theme that built in SiteOrigin Builder. Can you help me with these questions?
– Can I remove “Red first character” in title? I’d tried in CSS.style but I didn’t work.
– How I can set color for ” hr tag”? I can change size, width, height but hr take always show the same color.
– How to change ” * ” simple with different simple like ” Ψ ” or a image?
Thank you for helping me.

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 7 days ago Andrew Misplon
    Hi, I Work Here

    Hi James

    Apologies for the delay. These sound like they might be theme level/theme support questions but I’ll take a quick look to see if we can help out.

    Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

  2. 9 years, 1 day ago Private Message - James Bond

    This is a private message.

  3. 9 years, 1 hour ago Andrew Misplon
    Hi, I Work Here

    Thanks for the link. These questions are more theme support questions. I’ll try help a little :)

    1: – Can I remove “Red first character” in title? I’d tried in CSS.style but I didn’t work.

    Are you asking about the selected style in the menu? Try this in your Custom CSS plugin, must be in Custom CSS plugin like SiteOrigin CSS:

    /* Current Page Item */
    .main-navigation li a::before, .main-navigation li.current-menu-item > a::before, .main-navigation li.current_page_item > a::before {
    	background: none;
    }

    2: How I can set color for ” hr tag”? I can change size, width, height but hr take always show the same color.

    Insert into Custom CSS and change as required:

    /* HR */
    hr {
        background-color: #ccc;
        border: 0;
        height: 1px;
        margin-bottom: 1.5em;
    }

    3. – How to change ” * ” simple with different simple like ” Ψ ” or a image?
    Where can I see this please ?

    4. Insert into Custom CSS:

    /* Slider */
    .so-widget-sow-hero .sow-slider-base  ul.sow-slider-images li.sow-slider-image::after {
    	background: none;
    }
Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More