Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Dia Mahmoud 25 posts 95 karma points
    Jul 11, 2017 @ 12:29
    Dia Mahmoud
    0

    Change the color form orange to black

    Hallo guys,

    Anyone can please tell me how to edit the color of my text?

    Its "Accenter image description hereofluor text"

    enter image description here enter image description here

  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    Jul 11, 2017 @ 21:24
    Alex Skrypnyk
    0

    Hi Dia

    Welcome to our forum! It looks like you have to go to the template and find there where color can be edited.

    Can you share the code of current page template?

    Thanks,

    Alex

  • Dia Mahmoud 25 posts 95 karma points
    Jul 12, 2017 @ 06:55
    Dia Mahmoud
    0

    Hallo Alex and thanks for the replay, can you please tell me witch one of these 3 do you mean?enter image description here

  • Dia Mahmoud 25 posts 95 karma points
    Jul 12, 2017 @ 07:03
    Dia Mahmoud
    0

    enter image description here

  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    Jul 12, 2017 @ 07:21
    Alex Skrypnyk
    1

    Hi Dia

    I think this is HomePage template, can you provide the code and the link to the web-site?

    Thanks,

    Alex

  • Dia Mahmoud 25 posts 95 karma points
    Jul 14, 2017 @ 09:15
    Dia Mahmoud
    0

    Hi Alex,

    Can you please help when you have time?

  • Dia Mahmoud 25 posts 95 karma points
    Jul 12, 2017 @ 08:18
    Dia Mahmoud
    0

    Hi Alex,

    Her er is the link to the website: accofluor.freecloud.dk

    @inherits UmbracoTemplatePage @{ Layout = "umbLayout.cshtml"; } @Umbraco.RenderMacro("HomepageSlider")

    @{ if (CurrentPage.HasValue("section1LinkPicker")) { var competenciesPage = Umbraco.Content(CurrentPage.section1LinkPicker); @

    @Umbraco.Field("section1TitleSmall")

    @

    @Umbraco.Field("section1TitleBig")

    @Umbraco.Field("section1Text") @if (competenciesPage.HasValue("post")){

    @umbraco.library.TruncateString(umbraco.library.StripHtml(competenciesPage.GetPropertyValue("post").ToString()), 200, "..." )

    }
    @ @Umbraco.Field("#ReadMoreBtn")
    } }

            <div class="decor decor_equal_js decor_grey2 mobile-show">
                <svg class="shape" height="100%" preserveaspectratio="none" version="1.1" viewbox="0 0 100 100" width="100%" xmlns="http://www.w3.org/2000/svg">
                    <path d="M43 0 L0 100 L100 100 L100 0 Z" stroke-width="0"></path>
                </svg>
            </div>
        </div>
    
        <div class="cols__right service-item">
            @{
                if (CurrentPage.HasValue("section2LinkPicker"))
                {
                    var solutionsPage = Umbraco.Content(CurrentPage.section2LinkPicker);
                    <a href="@solutionsPage.Url">
                        @*<h3>@Umbraco.Field("section2TitleSmall")</h3>*@
                        <h2 class="content-title content-title_white">@Umbraco.Field("section2TitleBig")</h2>
                        @Umbraco.Field("section2Text")
                        @*if (solutionsPage.HasValue("post")){
                                <p>@umbraco.library.TruncateString(umbraco.library.StripHtml(solutionsPage.GetPropertyValue("post").ToString()), 200, "..." )</p>
                            }*@
                        <span class="more-btn white-field">@Umbraco.Field("#ReadMoreBtn") <i class="fa fa-chevron-right"></i></span>
                    </a>
                }
    
            }
            @*<span class="bg bg_orange mobile-hide"></span>*@
    
            @*<img src="/img/industri2.png" alt="industri" class="industri-pic"/>*@
    
            @if (CurrentPage.HasValue("section2Picture"))
            {
                var dynamicMediaItem = Umbraco.Media(CurrentPage.section2Picture);
                <img src="@dynamicMediaItem.umbracoFile" alt="@dynamicMediaItem.Name" class="industri-pic" />
            }
            <!--<img src="/img/home_01.jpg" alt="wind-pic" class="wind-pic" />-->
    
        </div>
    
    
        @*<div class="decor decor_orange decor_equal_js mobile-hide">
            <svg class="shape" height="100%" preserveaspectratio="none" version="1.1" viewbox="0 0 100 100" width="100%" xmlns="http://www.w3.org/2000/svg">
                <path d="M100 0 L0 100 L100 100 Z" stroke-width="0"></path>
            </svg>
        </div>*@
    
        @*<div class="decor decor_orange2 decor_equal_js mobile-hide">
                <svg class="shape" height="100%" preserveaspectratio="none" version="1.1" viewbox="0 0 100 100" width="100%" xmlns="http://www.w3.org/2000/svg">
                    <path d="M0 0 L0 100 L100 0 Z" stroke-width="0"></path>
                </svg>
            </div>*@
    </div>
    <span class="bg bg_orange_left mobile-hide"></span>
    <span class="bg bg_orange mobile-hide">
        <div class="decor decor_orange decor_equal_js mobile-hide">
            <svg class="shape" height="100%" preserveaspectratio="none" version="1.1" viewbox="0 0 100 100" width="100%" xmlns="http://www.w3.org/2000/svg">
                <path d="M100 0 L0 100 L100 100 Z" stroke-width="0"></path>
            </svg>
        </div>
    </span>
    

    @if(CurrentPage.HasValue("section2Picture")){ var dynamicMediaItem = Umbraco.Media(CurrentPage.section2Picture); @dynamicMediaItem.Name } wind-pic@

    @@

    <div class="cols wrap cols_wo-padding clearfix">
        @*<span class="span bg bg_grey"></span>*@
    
        <div class="decor decor_grey-trap decor_equal_js">
            <svg class="shape" height="100%" preserveaspectratio="none" version="1.1" viewbox="0 0 100 100" width="100%" xmlns="http://www.w3.org/2000/svg">
                <path d="M38 0 L0 100 L100 100 L100 0 L38 0 Z" stroke-width="0"></path>
            </svg>
        </div>
    
    
    
        <div class="service-item">
            @*<span class="span bg bg_white"></span>*@
            @{
                if (CurrentPage.HasValue("section3LinkPicker"))
                {
                    var protectionPage = Umbraco.Content(CurrentPage.section3LinkPicker);
                    <a href="@protectionPage.url">
                        <h3>@Umbraco.Field("section3TitleSmall")</h3>
                        <h2 class="content-title">@Umbraco.Field("section3TitleBig")</h2>
                        @Umbraco.Field("section3Text")
                        @*if (protectionPage.HasValue("post")){
                                <p>@umbraco.library.TruncateString(umbraco.library.StripHtml(protectionPage.GetPropertyValue("post").ToString()), 200, "..." )</p>
                            }*@
                        <span class="more-btn more-btn__orange">@Umbraco.Field("#ReadMoreBtn")  <i class="fa fa-chevron-right"></i></span>
                    </a>
                }
            }
            <!--<div class="decor decor_white decor_equal_js">
                <svg class="shape" height="100%" preserveaspectratio="none" version="1.1" viewbox="0 0 100 100" width="100%" xmlns="http://www.w3.org/2000/svg">
                    <path d="M100 0 L0 100 L100 100 Z" stroke-width="0"></path>
                </svg>
            </div>-->
        </div>
                @if (CurrentPage.HasValue("section3Picture"))
        {
            var dynamicMediaItem2 = Umbraco.Media(CurrentPage.section3Picture);
            <img src="@dynamicMediaItem2.umbracoFile" alt="@dynamicMediaItem2.Name" class="model-pic" />
        }           
    
    </div>
    @*<span class="bg bg_grey-square"></span>   *@
    <span class="bg bg_white"></span>
    

Please Sign in or register to post replies

Write your reply to:

Draft