Get all our 20+ Elementor themes worth $609 at just $59! Limited time offer. Get It Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

[email protected]

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Problem bullet (and numbered) list #6595
    [email protected]
    Participant

    Solved! ->

    ul {
    list-style: square outside none;
    margin-left: 0;
    padding-left: 1em;
    }
    li {
    padding-left: 0em;
    }

    Code also takes care of the ‘hanging indent’, now lining up perfectly.

    in reply to: Inner page banners #6594
    [email protected]
    Participant

    I selected a featured image for several pages, however no inner banner is showing up…

    in reply to: Problem with vertical spacing text on slider #4873
    [email protected]
    Participant

    For Photostat theme added following extra css, now it’s much better:
    .slide_info h2{ font-size:40px; font-weight:600; line-height:50px; color:#fff; margin:0 0 00px; display:inline-block; text-shadow:1px 1px 6px #555; }
    .slide_info h2 span{ color:#dd3333; font-weight:900; }
    .slide_info p{ font-size:14px; padding:1px; margin-bottom:10px; text-shadow:1px 1px 6px #111; }
    .slide_info h2 a{color:#dd3333; }
    .slide_info .slide_more{ background-color:#dd3333; color:#fff; padding:10px 20px; font-size:16px; color: #fff; display:inline-block; border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px; -o-border-radius:8px; -ms-border-radius:8px; }
    .slide_info .slide_more:hover{ background-color:#555; color:#fff; }

    Please let me know how I can change the button text? Thanks.

    in reply to: Problem with vertical spacing text on slider #4872
    [email protected]
    Participant

    Just checked and exactly the same occurs in PubStore Lite, and probably also in other themes too.

    in reply to: Logo size increase width #4444
    [email protected]
    Participant

    Solution found!

    Step 1
    place your logo in the theme. You are asked to ‘crop’ the image, do so and add.

    Step 2
    place in custom css (adjust to your own logo width):
    .logo img {
    height: auto;
    width: 358px;
    }

    Step 3
    view your website and right-click the logo image ‘view image’. You can see the address of the logo. Is something like : http://www.yourdomain.com/wp-content/uploads/2017/04/cropped-yourlogoname.jpg. Rename your logo to the appropriate filename and upload again (overwrite).

    All done!

Viewing 5 posts - 1 through 5 (of 5 total)