Thread Rating:
  • 5 Vote(s) - 2.6 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[For 1.6] Verque : Envira Design
#21
Hi there,

I am using your Verque theme. However, I am having a few issues modifying it.

1. How can I change the text color of the post_bit buttons? The grey is hard to see... I would like the text to be white.

2. How can I add/remove certain post_bit buttons? It appears editing the post_bit template does not alter what buttons are present on a post.

Thanks in advance,
Mike
Reply
#22
Hmm.

1.For the first problem just add this code :
.buttonn a {
color: #fff;
}

.buttonn a:hover {
color: #fff;
}

This will give you white color for all buttons.

2.for the second problem

Navigate to the postbit templates > postbit

Scroll to the bottom and find :
<div class="author_buttons float_left>

You can remove buttons of your choice.

I hope these will fix your problems Smile
[Image: mnvhXxj.png]
Reply
#23
1. Did not work with the globle.css

2. Fixed it by editing the post bit classic...

Also, I am having issues with js throughout my site. My shoutbox, similes input, etc. don't work. Any advice?

Any wordpress themes?
Reply
#24
May be for the button problem you can use this code :

.buttonn a:link {
color: #fff;
}

For the js problem,did u use jquery without conflict any where in your forum??
If so add a no conflict code.
That will help.
You can find wordpress themes here : http://wordpress.org

May be for the button problem you can use this code :

.buttonn a:link {
color: #fff;
}

For the js problem,did u use jquery without conflict any where in your forum??
If so add a no conflict code.
That will help.
You can find wordpress themes here : http://wordpress.org
[Image: mnvhXxj.png]
Reply
#25
I think i'll use this on my site, and customize it beyond recognizable existence.
(2012-09-25, 08:28 PM)Leefish Wrote:
(2012-09-25, 08:19 PM)xStefan Wrote: Just got back from gym and eat some kit kats...

I am uninterested in your eating habits.
Reply
#26
(2012-07-15, 06:00 AM)envira Wrote: May be for the button problem you can use this code :

.buttonn a:link {
color: #fff;
}

For the js problem,did u use jquery without conflict any where in your forum??
If so add a no conflict code.
That will help.
You can find wordpress themes here : http://wordpress.org

May be for the button problem you can use this code :

.buttonn a:link {
color: #fff;
}

For the js problem,did u use jquery without conflict any where in your forum??
If so add a no conflict code.
That will help.
You can find wordpress themes here : http://wordpress.org

Thanks for the reply.

1. Button still has dark text.
2. I linked the js issue to a dumb plugin
3. I know where to find wp theme, I was just hoping you had made a matching one Sad. Anyhow, thanks for the help.

Buttons seem to be controlled as a hyperlink. If I change the hyperlink color to white, it looks perfect on the buttons, but, you won't see the links elsewhere throughout the site.
Reply
#27
can u post your forum link ????
[Image: mnvhXxj.png]
Reply
#28
http://alltechtalk.net/forum

I have lighten the hyperlink code a bit, but, I am not to fond of its affect site-wide.
Reply
#29
(2012-07-17, 06:02 PM)newuserhere Wrote: http://alltechtalk.net/forum

I have lighten the hyperlink code a bit, but, I am not to fond of its affect site-wide.

bump
Reply
#30
try adding this :

.buttonn a:link, .buttonn a:active {
color: #fff;
}

this wil have to fix the problem Smile
[Image: mnvhXxj.png]
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)