Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

On RTL Site RC4 :hov element.style

Asked Modified Viewed 1,611 times
V
vecas
V
vecas 10
PHPFUSION-EG.COM - ARABIC PHPFUSION SITE SUPPORT
  • Junior Member, joined since
  • Contributed 11 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions
asked
Junior Member

iam working on RTL website using RC4 i finished about 95% of locale and theme i have this problem i didn't find how to fix it

On home page (theme : Septenary / )

Logo of the site and name of the site there is letter-spacing
over rides the css of showcase

original style.css
contains this

h2.septenary_showcase_title {
( letter-spacing: 10px;) this line is completely removed
margin-top: 10px;
font-weight:300;
font-size:36px;
text-align: center;
}


But on all browser this css override what i have modified on css

element.style {
letter-spacing: 10px;
font-weight: 300;
font-size: 36px;
}



and causes this error on letter of site name

i.imgur.com/wON3Vdf.png


Important notice , this happens on homepage only ! any other page (forum , Downloads, etc) no letter spacing !
0 replies

2 posts

C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,842 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
answered
Super Admin

Mark all with !important;
0 replies
V
vecas
V
vecas 10
PHPFUSION-EG.COM - ARABIC PHPFUSION SITE SUPPORT
  • Junior Member, joined since
  • Contributed 11 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions
answered
Junior Member

Quote

Mark all with !important;
- by Chan


Perfect , !important; fix many issues with me
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 2 posts
  • Votes 0 votes
  • Topic users 2 members

2 participants

C
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,842 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
V
V
vecas 10
PHPFUSION-EG.COM - ARABIC PHPFUSION SITE SUPPORT
  • Junior Member, joined since
  • Contributed 11 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet