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
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.
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;