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.
The forum of the forums
4 posters

    Posting Body Modify

    kumotta
    kumotta
    Forumember


    Female Posts : 203
    Reputation : 3
    Language : English

    Solved Posting Body Modify

    Post by kumotta April 14th 2014, 10:23 pm

    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:
    Pizza Boi
    Pizza Boi
    Hyperactive


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

    Solved Re: Posting Body Modify

    Post by Pizza Boi April 17th 2014, 8:26 am

    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
    kumotta
    kumotta
    Forumember


    Female Posts : 203
    Reputation : 3
    Language : English

    Solved Re: Posting Body Modify

    Post by kumotta April 19th 2014, 12:02 pm

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


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

    Solved Re: Posting Body Modify

    Post by Pizza Boi April 19th 2014, 6:45 pm

    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
    kumotta
    kumotta
    Forumember


    Female Posts : 203
    Reputation : 3
    Language : English

    Solved Re: Posting Body Modify

    Post by kumotta April 19th 2014, 7:38 pm

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


    Posting Body Modify Separa11
    Pizza Boi
    Pizza Boi
    Hyperactive


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

    Solved Re: Posting Body Modify

    Post by Pizza Boi April 20th 2014, 2:18 am

    Hi Very Happy

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

    Regards,
    Pizza Boi
    kumotta
    kumotta
    Forumember


    Female Posts : 203
    Reputation : 3
    Language : English

    Solved Re: Posting Body Modify

    Post by kumotta April 20th 2014, 12:15 pm

    hello, i'm not understand about it >.<
    Pizza Boi
    Pizza Boi
    Hyperactive


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

    Solved Re: Posting Body Modify

    Post by Pizza Boi April 20th 2014, 12:36 pm

    Hi Very Happy

    Hmm... I checked, try this:

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

    Regards,
    Pizza Boi
    avatar
    Carambouli
    New Member


    Posts : 12
    Reputation : 1
    Language : Dutch

    Solved Re: Posting Body Modify

    Post by Carambouli April 20th 2014, 1:33 pm

    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.
    Pizza Boi
    Pizza Boi
    Hyperactive


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

    Solved Re: Posting Body Modify

    Post by Pizza Boi April 20th 2014, 1:42 pm

    Hi Very Happy

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

    Regards,
    Pizza Boi
    kumotta
    kumotta
    Forumember


    Female Posts : 203
    Reputation : 3
    Language : English

    Solved Re: Posting Body Modify

    Post by kumotta April 20th 2014, 2:00 pm

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


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

    Solved Re: Posting Body Modify

    Post by Pizza Boi April 20th 2014, 2:59 pm

    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
    kumotta
    kumotta
    Forumember


    Female Posts : 203
    Reputation : 3
    Language : English

    Solved Re: Posting Body Modify

    Post by kumotta April 20th 2014, 3:17 pm

    not work, but never mind..
    thanks pizza boi, topic solved~  :rose:
    Pizza Boi
    Pizza Boi
    Hyperactive


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

    Solved Re: Posting Body Modify

    Post by Pizza Boi April 20th 2014, 3:26 pm

    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

    kumotta
    kumotta
    Forumember


    Female Posts : 203
    Reputation : 3
    Language : English

    Solved Re: Posting Body Modify

    Post by kumotta April 20th 2014, 3:39 pm

    Posting Body Modify Box310

    in this place  Razz
    Pizza Boi
    Pizza Boi
    Hyperactive


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

    Solved Re: Posting Body Modify

    Post by Pizza Boi April 20th 2014, 3:51 pm

    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
    kumotta
    kumotta
    Forumember


    Female Posts : 203
    Reputation : 3
    Language : English

    Solved Re: Posting Body Modify

    Post by kumotta April 20th 2014, 3:52 pm

    thank you very much  Very good 

    topic solved~
    Pizza Boi
    Pizza Boi
    Hyperactive


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

    Solved Re: Posting Body Modify

    Post by Pizza Boi April 20th 2014, 3:55 pm

    Hi Very Happy

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

    No problem~

    Regards,
    Pizza Boi
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Posting Body Modify

    Post by SLGray April 20th 2014, 4:13 pm

    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.

      Current date/time is September 22nd 2024, 11:25 pm