This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

SiteOrigin Builder in Travel Eye theme

Open 3 replies customizationgeneral
9 years ago · Last reply by Andrew Misplon 9 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 9 years, 7 months ago

    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. James Bond Private 9 years, 7 months ago

    This is a private message.

  3. Andrew Misplon Staff 9 years, 7 months ago

    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.

Have a different question or issue?

Start New Thread