The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Posting Body Modify

4 posters

Go down

Solved Posting Body Modify

Post by kumotta Mon 14 Apr - 22:23

hello  Hello 

i have some question to this part,

Posting Body Modify Box11

i'm using punbb, can i set my text box like text box on phpbb3?

Posting Body Modify Box210

and then, i want to remove background color and remove separator above button.

Posting Body Modify Box310

and last.. how to modify border color poll option?

I hope all missed~ thank you   :rose:
kumotta
kumotta
Forumember

Female Posts : 204
Reputation : 3
Language : English

http://komiku.forumid.net/

Back to top Go down

Solved Re: Posting Body Modify

Post by Pizza Boi Thu 17 Apr - 8:26

Hi Very Happy

Due to the fact I'm on phone, I am currently useless... Anyway, it's really weird you don't have the standard tupe of editor but I suggest checking F12 for the selectors needed to style your button. I'm only guessing so I don't know if I provided it right but this is the best I can come up with:

Code:
.sceditor-buttonli {
  padding: 5px;
  Background: #DDD;
  Margin-right: 2px;
  Border: 1px solid #DDE;
}

For the other questions, I believe you just have to use background: transparent !important; and it's your job to ind the selectors at the moment, sorry.

For the border, same procedure, find the selectors and implement something like:

Code:
.poll {
  Border:1px solid #F00;
}

Regards,
Pizza Boi
Pizza Boi
Pizza Boi
Hyperactive

Male Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!

Back to top Go down

Solved Re: Posting Body Modify

Post by kumotta Sat 19 Apr - 12:02

hello pizza boi,
all code not work~
i want to hide background color on posting body?  Confused
kumotta
kumotta
Forumember

Female Posts : 204
Reputation : 3
Language : English

http://komiku.forumid.net/

Back to top Go down

Solved Re: Posting Body Modify

Post by Pizza Boi Sat 19 Apr - 18:45

Hi Very Happy

Again, I'm on phone so check F12 and add this in your CSS: background-color: transparent !important;

With the selector of course.

Regards,
Pizza Boi
Pizza Boi
Pizza Boi
Hyperactive

Male Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!

Back to top Go down

Solved Re: Posting Body Modify

Post by kumotta Sat 19 Apr - 19:38

I solve that problem  Razz  the latter problem is to remove the separator button


Posting Body Modify Separa11
kumotta
kumotta
Forumember

Female Posts : 204
Reputation : 3
Language : English

http://komiku.forumid.net/

Back to top Go down

Solved Re: Posting Body Modify

Post by Pizza Boi Sun 20 Apr - 2:18

Hi Very Happy

On phone again, use F12 and add display: none !important;.

Regards,
Pizza Boi
Pizza Boi
Pizza Boi
Hyperactive

Male Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!

Back to top Go down

Solved Re: Posting Body Modify

Post by kumotta Sun 20 Apr - 12:15

hello, i'm not understand about it >.<
kumotta
kumotta
Forumember

Female Posts : 204
Reputation : 3
Language : English

http://komiku.forumid.net/

Back to top Go down

Solved Re: Posting Body Modify

Post by Pizza Boi Sun 20 Apr - 12:36

Hi Very Happy

Hmm... I checked, try this:

Code:
.frm-buttons {
  border: none !important;
}

Regards,
Pizza Boi
Pizza Boi
Pizza Boi
Hyperactive

Male Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!

Back to top Go down

Solved Re: Posting Body Modify

Post by Carambouli Sun 20 Apr - 13:33

No, not working either hm, I have checked everything but I can't seem to find it. It isn't the CSS, I have checked that, so I think I'll try and move the layout from this forum to another one and see if that helps.
avatar
Carambouli
New Member

Posts : 12
Reputation : 1
Language : Dutch

http://neverendinggames.actieforum.com

Back to top Go down

Solved Re: Posting Body Modify

Post by Pizza Boi Sun 20 Apr - 13:42

Hi Very Happy

Because you are using phpBB2 Smile. The code I gave is for punBB only.

Regards,
Pizza Boi
Pizza Boi
Pizza Boi
Hyperactive

Male Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!

Back to top Go down

Solved Re: Posting Body Modify

Post by kumotta Sun 20 Apr - 14:00

thank you pizza boi, that code working  :rose: 
oh yea, i want to edit border of poll box. you know code about it?
kumotta
kumotta
Forumember

Female Posts : 204
Reputation : 3
Language : English

http://komiku.forumid.net/

Back to top Go down

Solved Re: Posting Body Modify

Post by Pizza Boi Sun 20 Apr - 14:59

Hi Very Happy

Try this:

Code:
fieldset.frm-set.multi {
  border: style;
  border-radius: #px #px #px #px;
}

Just edit it please.

Regards,
Pizza Boi
Pizza Boi
Pizza Boi
Hyperactive

Male Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!

Back to top Go down

Solved Re: Posting Body Modify

Post by kumotta Sun 20 Apr - 15:17

not work, but never mind..
thanks pizza boi, topic solved~  :rose:
kumotta
kumotta
Forumember

Female Posts : 204
Reputation : 3
Language : English

http://komiku.forumid.net/

Back to top Go down

Solved Re: Posting Body Modify

Post by Pizza Boi Sun 20 Apr - 15:26

Hi Very Happy

Weird. Where exactly do you want for it to have a border since we have to declare a custom name for it?

Regards,
Pizza Boi

Pizza Boi
Pizza Boi
Hyperactive

Male Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!

Back to top Go down

Solved Re: Posting Body Modify

Post by kumotta Sun 20 Apr - 15:39

Posting Body Modify Box310

in this place  Razz
kumotta
kumotta
Forumember

Female Posts : 204
Reputation : 3
Language : English

http://komiku.forumid.net/

Back to top Go down

Solved Re: Posting Body Modify

Post by Pizza Boi Sun 20 Apr - 15:51

Hi Very Happy

That Razz >.> ...

Anyway, please use this:

Code:
.frm-form fieldset.frm-set textarea.inputbox {
border: 1px solid #F00;
}

Just adjust it please.

Regards,
Pizza Boi
Pizza Boi
Pizza Boi
Hyperactive

Male Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!

Back to top Go down

Solved Re: Posting Body Modify

Post by kumotta Sun 20 Apr - 15:52

thank you very much  Very good 

topic solved~
kumotta
kumotta
Forumember

Female Posts : 204
Reputation : 3
Language : English

http://komiku.forumid.net/

Back to top Go down

Solved Re: Posting Body Modify

Post by Pizza Boi Sun 20 Apr - 15:55

Hi Very Happy

The pizza's here! That'd be 2.99$ Wink .

No problem~

Regards,
Pizza Boi
Pizza Boi
Pizza Boi
Hyperactive

Male Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!

Back to top Go down

Solved Re: Posting Body Modify

Post by SLGray Sun 20 Apr - 16:13

Topic Solved & Archived


Posting Body Modify Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum