Viewing 8 posts - 1 through 8 (of 8 total)
  • #20904
    alig2121
    Member
    Post count: 46

    hi. 2 questions:

    1- when i add one link group as a widget it does not show like the ones you have on the site with the underline and arrow. but when i add the blog categories it works just fine. you can see it here: http://pranaworld.net/blog/

    2- (i don’t know if this is getting too mcuh, if it is, please ingore it)
    down at the footer, i have a newsletter form. the plugin tells me to copy this line:
    .form-valid-sub input[type=”submit”] { display: inline; }
    into the style.css in order to make the button appear at the same line as the field. I have pasted it in theme options > custom css, but no changes. is this problem coming from the theme or the plugin?

    thanks

    #21070
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    1. Add this in Custom CSS.

    .widget_links ul > li a:before{
    	content: "\f105";
    	font-family: FontAwesome;
    	font-weight: normal;
    	font-style: normal;
    	display: block;
    	float: right;
    	text-decoration: inherit;
    	font-size: 14px;
    }
    
    .widget_links ul > li{
    border-top: 1px solid transparent;
    }
    
    .widget_links ul > li:first-child{
    border-top: 0;	
    }
    

    2. The textbox and the button is in the same only in the website you gave, can you confirm you fix it or not?

    Let me know, what you got.

    Thanks,
    laranz.

    #21100
    alig2121
    Member
    Post count: 46

    thanks a lot laranz. yes apparently my partner fixed it, sorry for that…

    i inserted the css, the lines appear in the footer but not in the sidebar. the arrow though comes in both.

    thanks again.
    Ali

    #21101
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Try to change the border color to something other than transparent.

    .widget_links ul > li{
    border-top: 1px solid grey;
    }
    

    Let me know, what you got.

    Thanks,
    laranz.

    #21103
    alig2121
    Member
    Post count: 46

    that works thanks.
    if i wanted to make the line lighter, i have to change the solid gray, right?

    #21206
    Melanie – SUPPORT
    Member
    Post count: 11032

    Yes, you can replace grey with #dddddd for example for a very light grey.

    Cheers

    #21215
    alig2121
    Member
    Post count: 46

    thanks a lot

    #21279
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Glad you like it 🙂

    Let me know if you have any other questions.

    Thanks,
    laranz.

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register