Many Things how to do — - by canbilgic

This topic has 54 replies, 6 voices, and was last updated 8 years, 11 months ago ago by Brian Johnson

  • Avatar: josh_gaskin
    josh_gaskin
    Participant
    April 28, 2015 at 08:03

    http://imgur.com/6eDJ94z

    The colour of the head doesnt seem to want to change with that code.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    April 28, 2015 at 08:18

    Try to replace code

    .main-header > .container{
      background: red;
      width: 1200px;
    }

    to this

    .header > .container{
      background: red !important;
      width: 1200px;
    }

    Regards,
    Robert Hall.

    Avatar: josh_gaskin
    josh_gaskin
    Participant
    April 28, 2015 at 08:27

    That doesnt seem to work either. Here is all my custom css so that you can see if there would be anything clashing.. i dont think so though.. http://imgur.com/c8A0tbz

    Avatar: Robert Hall
    Robert Hall
    Support staff
    April 28, 2015 at 08:32

    You have an error in code & gt;. Must be >
    Please see screenshot: http://prntscr.com/6z21dr

    Regards,
    Robert Hall.

    Avatar: josh_gaskin
    josh_gaskin
    Participant
    April 28, 2015 at 08:40

    I managed to fix it myself like this:

    .header.main-header{
    background: #56004e;
    }

    .menu-wrapper{
    background:white;
    }

    One thing which i cant seem to override or find a setting for is why the .navbar-header has a lot of padding to the right. i think there may be something that is supposed to be there but I just want the wrapper around what i have in there. here is a screenshot: http://imgur.com/QubKEg3

    I tried this code but it didnt work:

    .navbar-header {
    width: 33% !important;
    text-align: left !important;
    background: #009ddc;
    }

    Avatar: josh_gaskin
    josh_gaskin
    Participant
    April 28, 2015 at 08:57

    FYI, it worked for colour, not for the width..

    Avatar: Brian Johnson
    Brian Johnson
    Member
    April 28, 2015 at 09:14

    Hello

    You may try to add this code:

    .header.main-header .container{width:33% !important;
    background: #56004e;
    }

    With best regards
    Brian Johnson

    Avatar: josh_gaskin
    josh_gaskin
    Participant
    April 28, 2015 at 09:21

    http://imgur.com/tFh9SYs that messes things up

    Avatar: Eva
    Eva Kemp
    Support staff
    April 28, 2015 at 10:26

    Hello,

    Could you please show a screenshot what you want to achieve?

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: josh_gaskin
    josh_gaskin
    Participant
    May 6, 2015 at 08:29

    Hey, Im wanting to edit a field in the contact page. I want to change “website” to a dropdown box for “how did you find us”

    Where do i make edits to the contact form? It doesnt seem to use contact form 7 or anything..

    Cheers,

    Josh

    Avatar: Brian Johnson
    Brian Johnson
    Member
    May 6, 2015 at 08:36

    Hello

    Please check line 216 (“contact form”) in wp-content/themes/woopress/framework/shortcodes.php.

    With best regards
    Brian Johnson

    Avatar: josh_gaskin
    josh_gaskin
    Participant
    May 6, 2015 at 08:37

    Thanks,

    Wont this be over ridden by theme updates though?

    Avatar: Eva
    Eva Kemp
    Support staff
    May 6, 2015 at 08:48

    Hello,

    In this case you need copy the edited copy into functions.php of the child theme.
    How to create child theme you can read here:
    http://codex.wordpress.org/Child_Themes

    Regards,
    Eva Kemp.

    Avatar: Brian Johnson
    Brian Johnson
    Member
    May 6, 2015 at 08:53

    Hello

    Please transfer your customized file (shortcode.php) to the Child Theme.
    You may also transfer just function (the code after //Contact form//) to the functions.php of your Chid Theme. You may read here about Child Theme.
    In case you will need any assistance in overwriting parent theme function please let us know.

    With best regards
    Brian Johnson

  • 1 2 3
    Viewing 54 results - 41 through 54 (of 54 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.