Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter rhargis

    (@rhargis)

    @peterschulznl

    No problem, thanks for the heads up!

    Thread Starter rhargis

    (@rhargis)

    Hi Kim,

    The first css bolds the label correctly, however the second one changes the size of the search input field on the parent page.

    When I inspect the input field on the child, this is the css associated with it below. I’m not a css expert so I’m not sure what to override, hope this helps.

    Thanks for all your help, I really appreciate it.

    /* “.inherited-styles-for-exported-element” is a generated class for the inherited styles of the exported element, feel free to rename it. */

    • {
      box-sizing: border-box;
      }

    .inherited-styles-for-exported-element {
    color: #222;
    font-family: Verdana, Arial, sans-serif;
    font-size: 100%;
    font-weight: 500;
    line-height: 1.7em;
    }

    textarea {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
    margin: 0;
    }

    :focus {
    outline: 0;
    }

    .wpdadataforms-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .075) 0 1px 1px inset;
    display: block;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
    }

    textarea:focus {
    border-color: #2d3940;
    color: #3e3e3e;
    }

    textarea[class*=wpdadataforms-control] {
    min-height: 110px;
    }

    :where(.is-layout-flex) {
    column-gap: .5em;
    row-gap: .5em;
    }

    :where(.wp-block-group.has-background) {
    padding: 1.25em 2.375em;
    }

    :where(.wp-block-columns.is-layout-flex) {
    column-gap: 2em;
    row-gap: 2em;
    }

    Thread Starter rhargis

    (@rhargis)

    Hi,

    I was aware of selecting the jQuery theme, and as you can see from my screenshot it was changed from the default, how ever my problem is styling the child view, also in the screen shot. I can use css to modify the parent view no problem, but I’m have problems using css on the child view.

    I need/want to be able to bold the label text and change the size of the input fields.

    Thanks.

    Thread Starter rhargis

    (@rhargis)

    Hi,

    I looked at the link you provided, but I’m a little confused. I’m trying to style a child view from a Premium Data Project, and it appears the style manager is for Premium Data Tables. Please see the screen shot below for the child view I am trying to style.

    Thanks!

    http://www.ceenet.com/screenshot.png

Viewing 4 replies - 1 through 4 (of 4 total)