Forum Replies Created

Viewing 15 posts - 16 through 30 (of 98 total)
  • Posted in:
  • in reply to: Contact 7 form – Style button and remove som space #307081
    morruu
    Member
    Post count: 106

    Another question is.

    How can I style the labels text to white and the validation errors as on desktop?

    See attachment.

    Best regards
    Morten

    Attachments:
    You must be logged in to view attached files.
    in reply to: Help with the width of a customized contact 7 form #306974
    morruu
    Member
    Post count: 106

    Thanks.

    I used the column code from your theme together with clearfix on the rows.

    It solved the problem.

    Best regards
    Morten

    in reply to: Product images #302613
    morruu
    Member
    Post count: 106

    Thanks, David 🙂

    in reply to: Product images #301656
    morruu
    Member
    Post count: 106

    @Wonder I just saw your post and I think the setup on the product pages looks nice e.g.resume template 39.

    What plugin do you use for the zoom effect on the product image?

    How did you put more text under the thumbnail images the text beginning with “Microsoft Word Resume Template”?

    I hope you will reply.

    Best regards
    Morten

    in reply to: Change link color on pages and blog posts #296724
    morruu
    Member
    Post count: 106

    I have added the custom css code and it works, but not in the way I like it.

    In a blog post e.g. this http://www.altombasketball.dk/top-5-populaere-nike-basketball-sko-til-maend/ I only want the hyperlinks in the body text to change and NOT hyperlinks in the sidebar, related articles, tags in bottom, social sharing links, category in top of blog post and next blog post.

    In the front page the blog post headings under the images has also changed.

    So I added this custom css instead:

    /* Color on hyperlink only in body text on page and blog posts */
    #page-wrap p a {
        color: blue;
    }

    I think it solved my issue about coloring all hyperlinks.

    Best regards
    Morten

    Attachments:
    You must be logged in to view attached files.
    in reply to: Use rel="nofollow" on specific button #295345
    morruu
    Member
    Post count: 106

    Thanks a lot.

    Best regards
    Morten

    in reply to: Full width row with 3 elements and no padding #274315
    morruu
    Member
    Post count: 106

    Thank you for the support 🙂

    in reply to: Full width row with 3 elements and no padding #274312
    morruu
    Member
    Post count: 106

    Thanks. The custom css code works. If I only want to use the css code on this page, should I then add the page id to the css code e.g.

    .page-id-6699 .spb-row-full-width.remove-element-spacing .spb_box_text {
    padding: 0;
    }
    .page-id-6699 .spb-row-full-width.remove-element-spacing .spb_box_text .box-content-wrap {
    min-height: 280px;
    }

    Best regards
    Morten

    in reply to: Full width row with 3 elements and no padding #274079
    morruu
    Member
    Post count: 106
    This reply has been marked as private.
    in reply to: Full width row with 3 elements and no padding #273876
    morruu
    Member
    Post count: 106

    Hi David,

    I activated the setting, but there is still space between the three boxes and a margin to the next element on the page.

    Please take a look at the screenshot.

    Best regards
    Morten

    Attachments:
    You must be logged in to view attached files.
    in reply to: Left icon type 2 not visible #271476
    morruu
    Member
    Post count: 106

    Thanks, Mohammad! It’s working with the css custom code.

    Best regards
    Morten

    in reply to: Left icon type 2 not visible #271427
    morruu
    Member
    Post count: 106

    Hi David,

    I haven’t changed anything in the core files, but I have added this custom css.

    .inner-page-wrap {
    margin-bottom: 0px!important;
    }

    /* Changes color on fill to stroke button */
    .sf-button.stroke-to-fill.large.custombutton {
    background-color: #fff!important;
    color: #0222A7!important;
    border: 2px solid #0222A7!important;
    }

    /* Changes color on fill to stroke button on hover */

    .sf-button.stroke-to-fill.large.custombutton:hover {
    color: #fff!important;
    background-color: #0222A7!important;
    border: 2px solid #0222A7!important;
    }

    /* Padding on full width text block */
    .full-width-text.fwtcustom {
    padding-bottom: 20px;
    padding-top: 20px;
    }

    /* Flipside background colour */
    .sf-icon-box-animated .back sf-icon-box-animated .back h3 .sf-iba-custom{
    color: #ffffff!important;
    background: #0222A7!important;
    border-color: #e4e4e4!important;
    }

    Best regards
    Morten

    in reply to: Change stroke to fill button colors #270908
    morruu
    Member
    Post count: 106

    It’s working now. It was a cache problem.

    Thanks again.

    Best regards
    Morten

    in reply to: Change stroke to fill button colors #270907
    morruu
    Member
    Post count: 106

    Thank you for your reply.

    I have added this custom css code, but I can’t get the hover effect to work.

    /* Changes color on fill to stroke button */

    .sf-button.stroke-to-fill.large.custombutton {
    background-color: #fff!important;
    color: #0222A7!important;
    border: 2px solid #0222A7!important;
    }

    /* Changes color on fill to stroke button on hover */

    .sf-button.stroke-to-fill.large.custombutton:hover {
    color: #fff!important;
    background-color: #0222A7!important;
    border: 2px solid #fff!important;
    }

    I’m sure you can help me.

    Best regards
    Morten

    in reply to: Button on Main Menu #268630
    morruu
    Member
    Post count: 106

    @samourra how did you create/style your menu link. Could you share your solution with me?

Viewing 15 posts - 16 through 30 (of 98 total)