Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

I need the “|” in the header before the slogan deleted. WordPress

  • SOLVED

Hi,

For the website www.Ranchosantafepanama.com you will see that in the header there is a “|” before the class="site-slogan”. This character is programed in either a php file or somewhere else. The theme im using uses some pre-compiler i do not know how to use (.twig and .scss) therefore i can’t find where the “|” is hardcoded to.

Please i need help deleting the thing.

I don’t care how it happens, it can be some sort of js query to look for “|" and add a custom id so that i can hide it with css or if you can actually find the file where the thing is located and delete the function.

I can sen you the the theme file if you needed, just ask.

here is a screenshot of what im talking about.
https://www.dropbox.com/s/y4akpt8hmsh1gpk/Screenshot%202014-12-15%2019.06.18.png?dl=0

a close up
https://www.dropbox.com/s/ef52ccjp7zi1tux/Screenshot%202014-12-15%2019.06.22.png?dl=0

Answers (2)

2014-12-16

timDesain Nanang answers:

remove this code:
border-left: 2px solid #f0f0f0;
from: /themes/realia/assets/css/realia-brown-dark.css
line: 1093

or add following code on theme's custom style
#header-wrapper #header #header-inner .navbar .navbar-inner .site-slogan span{border-left: none !important;}


dipka comments:

Nanang you got it!

deleting border-left: 2px solid #f0f0f0; from the css file worked like a charm.

2014-12-16

Balanean Corneliu answers:

Go to http://ranchosantafepanama.com/wp-content/themes/realia/assets/css/realia-brown-dark.css open the file and at line 1093 remove this line : border-left-style-value: solid;